Created
August 27, 2012 06:19
-
-
Save yumike/3486169 to your computer and use it in GitHub Desktop.
How to install all pythons
This file contains 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
git clone https://github.com/collective/buildout.python ~/.pythons | |
cd ~/.pythons | |
python bootstrap-1.4.4.py --distribute | |
./bin/buildout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment