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

This is a reference to #102 Do you need some help around here... I am willing to help where needed. Most of the pull requests are simple updates to the...

The last release was 2 years ago. Just do a release. That way we know that the code is tested and ready to use. After v1 you have not released

Is it possible to switch back and forth in between versions of python installed through pythonbrew and those that are not?

Distribute was merged back into Setuptools, it is now deprecated. Pythonbrew must now install Setuptools >= 0.7 and not Distribute.

Hi $ sudopybrew install -v -j2 2.7.5 -bash: sudo PYTHONBREW_ROOT=... : No such file or directory sudopybrew command not found. Why CentOS release 5.9 (Final)

This would be a great feature, removing the need to list available pythons or virtual envs before switching to it.

I'm trying to install pythonbrew without networking, coz our test/production environment is totally isolated from the outside world. so we have to install packages use local repositories. Here is the...

At the moment, the only thing pythonbrew install [version] does differently for the versions is get a different source package from python.org. Couldn't you just take the parameter from the...

``` root@omer-VirtualBox:~/.pythonbrew/dists# python3 distribute_setup.py Extracting in /tmp/tmp3udj3v Traceback (most recent call last): File "distribute_setup.py", line 494, in main(sys.argv[1:]) File "distribute_setup.py", line 490, in main _install(tarball, _build_install_args(argv)) File "distribute_setup.py", line 73,...

I understand from the documentation that Homebrew can allow me to install, say, Python 2.6, Python 2.7 and Python 3.2. However, it isn't clear whether it can install Python 2.7.2+,...