From aa81df9486b19c2babddf3fe035ae61e5ca36b73 Mon Sep 17 00:00:00 2001 From: utahvich Date: Sat, 2 Oct 2010 21:35:38 +0900 Subject: [PATCH] updated --- pythonbrew | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pythonbrew b/pythonbrew index 6597fd0..c310f63 100755 --- a/pythonbrew +++ b/pythonbrew @@ -75,6 +75,7 @@ class PythonbrewOptions(object): # 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.4.3 # Switch python in the $PATH pythonbrew switch Python-2.6.6 @@ -106,9 +107,16 @@ class PythonbrewOptions(object): = switch /path/to/python Switch to the given version of python. - + + = off + Disable pythonbrew. + = version Show version. + +=== OPTIONS: + = --force + = --build-options """ class Pythonbrew(object):