Problem installing Numpy in virtualenv
June 1, 2011
8:54 a.m.
Hi, This is a response to http://mail.scipy.org/pipermail/numpy-discussion/2011-April/055908.html A cleaner workaround that doesn't mess with your system Python (see https://github.com/pypa/virtualenv/issues/118) Activate the virtualenv mkdir $VIRTUAL_ENV/local ln -s $VIRTUAL_ENV/lib $VIRTUAL_ENV/local/lib Install Numpy Cheers, Scott
5556
Age (days ago)
5556
Last active (days ago)
0 comments
1 participants
participants (1)
-
Scott Sinclair