I am trying to install numpy in a virtual environment that I created. I used the following series of commands to create and activate and then installing a local version of n
When I tried to install Tensorflow by Virtualenv, I confronted this question too. I just removed the old env, then built a new env. It works.
When I type which pip, it returns /Users/xiang/tensorflow/bin/pip. Which is exactly the path in the new env I built.
which pip
/Users/xiang/tensorflow/bin/pip