Comment 6 for bug 780220

Revision history for this message
Scott Sinclair (scott-sinclair-za) wrote :

The title of this bug report is misleading, the problem has nothing to do with pip. It's a problem with virtualenv for Debian based systems with Python 2.7 (see https://github.com/pypa/virtualenv/issues/118).

A workaround

Activate the virtualenv
mkdir $VIRTUAL_ENV/local
ln -s $VIRTUAL_ENV/lib $VIRTUAL_ENV/local/lib
Install Numpy