Created
January 2, 2013 23:30
-
-
Save colwilson/4439359 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo ln -s /usr/lib/python2.7/dist-packages/ /opt/stackless/lib/python2.7/site-packages | |
sudo ln -s /usr/local/lib/python2.7/dist-packages/ /opt/stackless/lib/python2.7/dist-packages | |
sudo ln -s /opt/stackless/bin/python /usr/bin/stackless | |
sudo vi /opt/stackless/lib/python2.7/site.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment