Stackless Python

From Jonathan Gardner's Tech Wiki
Jump to: navigation, search

Fedora 7 Notes

svn co http://svn.python.org/projects/stackless/tags/python-2.51 \
         stackless-python-2.51
cd stackless-python-2.51
./configure && make
./python
sudo make install

Notes:

Stackless now lives in /usr/local/bin/python.

If you don't want to get confused between stackless and regular python, you may want to rename /usr/local/bin/python, or provide a symlink.

 $ sudo ln -s /usr/local/bin/python /usr/local/bin/stackless-python

Now you need easy-install. Be sure to call easy-install with your new stackless python.

See Also