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

can i use python brew on windows7 and windows 10 to install python environment and python module? Is there a code example

I'm running this on Ubuntu Server 12.04. During installation it fails to build `crypt` and `nis` packages, leading to further problems down the road. ``` console ╭─ting@chibi ~ ‹python-2.7.3› ╰─➤...

forked from https://github.com/niftools/blender_nif_plugin i got as far as what i typed below and i cant find a workaround or the correct py scripts to go further. the py script "distribute_setup.py"...

hi, I use pythonbrew to install python 2.7.7 and switch to python 2.7.7 in my Lubuntu 14.04. ``` pythonbrew install 2.7.7 pythonbrew switch 2.7.7 ``` However, the pip is missing....

Hi All, I followed the install instructions: curl -kL http://xrl.us/pythonbrewinstall | bash and added the line to my .bashrc. The .pythonbrew directory is there, but I get: -bash: pythonbrew: command...

$ pythonbrew install 2.7.5 Downloading Python-2.7.5.tgz as /Users/alexgao/.pythonbrew/dists/Python-2.7.5.tgz ###### ################################################################## 100.0% Extracting Python-2.7.5.tgz into /Users/alexgao/.pythonbrew/build/Python-2.7.5 This could take a while. You can run the following command on another shell to...

In line with my strategy to revive useful python projects that the 1-man previous developer no longer maintains, I have created a repo for this project here: https://github.com/pybank/pythonbrew The code...

As I've browsed through some of the issues, it seems that people were willing to maintain it but that nothing materialized from there (or so I assume). Would any of...

When Python is built without certain -devel packages installed, it is built without support for the corresponding functionality. In particular, SQLite and bzip2. One discovers this later when something fails...

Support for 2.7.5 would be great. http://www.python.org/download/releases/2.7.5/