Created
January 2, 2013 23:24
-
-
Save anonymous/4439310 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 run apt-get update | |
sudo apt-get install libreadline-dev | |
sudo apt-get build-dep python2.7 | |
cd /tmp | |
wget http://www.stackless.com/binaries/stackless-272-export.tar.bz2 | |
bunzip2 stackless-272-export.tar.bz2 | |
tar xf stackless-272-export.tar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment