Install Numpy in VirtualEnv on Windows
- by StackUnderflow
How can I install numpy in virtualenv...
easy_install numpy is throwing error.. I can not use the binary installer because this would install numpy in the python main installation and not in virtualenv..
Thanks