pythonbrew icon indicating copy to clipboard operation
pythonbrew copied to clipboard

Python Environment manager

Results 46 pythonbrew issues
Sort by recently updated
recently updated
newest added

I'm having difficulty updating pythonbrew 1.1 to 1.2. Here's the error I received: ``` bash sb [ ~ ]$ pythonbrew update Traceback (most recent call last): File "/Users/sb/.pythonbrew/scripts/pythonbrew_main.py", line 3,...

The line of .pythonbrew/etc/bashrc: ``` cat /dev/null > "$PATH_HOME_ETC/venv.run" ``` should be changed to: ``` cat /dev/null >| "$PATH_HOME_ETC/venv.run" ``` When noclobber option is set by '`set -o noclobber`', redirections...

Hi, I found a weird bug. In my $PATH I have a directory with ` `(a single whitespace) in name. It's properly escaped, e.g.`/Users/bilbo/Some\ Directory/bin`. Pythonbrew's bashrc script will set...

I would like to be able to use arguments for the buildout command. For example, currently I'm doing: `buildout -c dev.cfg` to run buildout in a dev environment. My suggestion...

running build running build_ext Traceback (most recent call last): File "./setup.py", line 1942, in main() File "./setup.py", line 1937, in main 'Lib/smtpd.py'] File "`/.pythonbrew/build/Python-2.6.5/Lib/distutils/core.py", line 152, in setup dist.run_commands() File...