Following (add2virtualenv (virtualenv wrapper) does not work with scipy) I symlinked my site-packages
numpy
directory into my virtualenv site-packages
. In my virtualenv, I can do import numpy
with no problems.
However, when I try to do pip install pandas
in the virtualenv, pip
tries to re-install numpy
. How can I make pip
recognize that numpy
is already installed?