Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: DenverCoder9 on July 24, 2012, 11:40:42 AM

Title: IPython
Post by: DenverCoder9 on July 24, 2012, 11:40:42 AM
If it's not too much of a bother, I'd like to ask that IPython be packaged for TinyCore. Also, I understand creating extensions from Python apps works a bit differently than from C source code. Is there a guide a available to doing this yourself, like the one on the TC wiki?
Title: Re: IPython
Post by: jls on July 24, 2012, 12:03:35 PM
in this link there are many python extension
https://code.google.com/p/tc-ext-tools/ (https://code.google.com/p/tc-ext-tools/)
Title: Re: IPython
Post by: vinnie on September 04, 2012, 11:21:40 PM
basically is the same, example:
sudo python ./setup.py install --root /tmp/dir_name
this argument is the equivalent of DESTDIR

remember to delete .pyc file in addition to the normal separation of localees, doc and dev, .pyc is unnecessary "precompiled" file, are recreated when the program starts and only weigh the package