update 0.3

This commit is contained in:
utahvich
2010-10-16 18:30:42 +09:00
parent 9b514a1b2f
commit 13ac5f8ff4
2 changed files with 110 additions and 32 deletions
+4 -2
View File
@@ -37,8 +37,10 @@ Install some Pythons::
pythonbrew install Python-2.6.6
pythonbrew install Python-2.5.5
pythonbrew install --build-options="CC=gcc_4.1" Python-2.5.4
pythonbrew install --no-setuptools Python-2.5.3
pythonbrew install --build-options="CC=gcc_4.1" Python-2.6.6
pythonbrew install --no-setuptools Python-2.6.6
pythonbrew install http://www.python.org/ftp/python/2.6.6/Python-2.6.6.tgz
pythonbrew install /path/to/Python-2.6.6.tgz
Switch python in the $PATH::