pythonbrew
pythonbrew copied to clipboard
Python Environment manager
I'm wondering if there is --distribute option that to install distribute insted of setuptools for install command. The option would be used like this. pythonbrew install --distribute 2.7.2
In a new shell, I get $PYTHONBREW_PATH/bin multiple times, even though $PATH_WITHOUT_PYTHONBREW does not have $PYTHONBREW_PATH/bin in it. I am not setting this anywhere else, just sourcing $PYTHONBREW_PATH/etc/bashrc.
Would be good to add support for using csh, which is supported by venv.
I am using pythonbrew 1.3. When trying to "pythonbrew install 3.2.3" It silently fails without displaying any error. Exception raised in curl.py:27 is discarded in commands/install.py:97. You could at least...
# To Reproduce 1. Install pythonbrew on Ubuntu 11.10 or later (in my case 12.04). 2. Build Python 2.6.5 with: `pythonbrew install 2.6.5` # Expected Result 1. Python 2.6.5 should...
The solution was to add "BASECFLAGS=-U_FORTIFY_SOURCE" as a configure option (as seen on https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/286334). The issue seems to occur since ubuntu intrepid, and is related to the default options of...
~]# curl -kL http://xrl.us/pythonbrewinstall | bash ~]# pythonbrew -bash: pythonbrew: command not found ~]# /usr/local/pythonbrew/bin/pythonbrew install 3.0 ERROR: Unknown python version: `Python-3.0` ~]# ls -l .pythonbrew/etc/ total 0
Process hangs on a test at the end of installation, even with the --force option. See final lines of verbose/log output below (identical regardless of pythonbrew version). It seems as...
It would be helpful if the documentation made explicit exactly what "pythonbrew switch ..." does. Presumably it modifies the path so only the selected python and its installed-scripts are in...