Top "Pythonbrew" questions

pythonbrew is a program to automate the building and installation of Python in the users $HOME.

'bz2 is module not available' when installing Pandas with pip in python virtual environment

I am going through this post Numpy, Scipy, and Pandas - Oh My!, installing some python packages, but got stuck …

python pandas pip bzip2 pythonbrew
import zlib ImportError: No module named zlib

# pythonbrew venv create django1.5 Creating `django1.5` environment into /usr/local/pythonbrew/venvs/Python-2.7.3 Traceback (most recent call last): File "/usr/…

python python-2.7 virtualenv zlib pythonbrew