Bug fixed: install, installed and switch command.

This commit is contained in:
utahta
2010-10-23 02:17:45 +09:00
parent 10768d60f9
commit 2fbc0bd76a
3 changed files with 66 additions and 97 deletions
+2 -3
View File
@@ -35,8 +35,8 @@ Initialize::
Install some Pythons::
pythonbrew install Python-3.1.2
pythonbrew install Python-2.6.6
pythonbrew install Python-2.5.5
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
@@ -45,13 +45,12 @@ Install some Pythons::
Switch python in the $PATH::
pythonbrew switch Python-2.6.6
pythonbrew switch /path/to/Python-2.5.5/
pythonbrew switch /path/to/python
Search python packages::
pythonbrew search Python-2.6
pythonbrew search Python-2.5
pythonbrew search Python-3
Disable pythonbrew::