update 0.2

This commit is contained in:
utahvich
2010-10-07 22:22:11 +09:00
parent 880ff0af4a
commit 9b514a1b2f
2 changed files with 281 additions and 226 deletions
+5 -5
View File
@@ -37,8 +37,8 @@ Install some Pythons::
pythonbrew install Python-2.6.6
pythonbrew install Python-2.5.5
pythonbrew --build-options="CC=gcc_4.1" install Python-2.5.4
pythonbrew --no-setuptools install Python-2.5.3
pythonbrew install --build-options="CC=gcc_4.1" Python-2.5.4
pythonbrew install --no-setuptools Python-2.5.3
Switch python in the $PATH::
@@ -90,11 +90,11 @@ version
Options
=======
\--force
\-f --force
Force installation of a Python.
\--build-options
\-b --build-options
Configure options.
\--no-setuptools
\-n --no-setuptools
Skip installation of setuptools.