Install python-numpy in the Virtualenv environment
问题 I would like to install the python-numpy in the Virtualenv environment. My system is Ubuntu 12.04, and my python is 2.7.5. First I installed the Virtualenv by $ sudo apt-get install python-virtualenv And then set up an environment by $ mkdir myproject $ cd myproject $ virtualenv venv New python executable in venv/bin/python Installing distribute............done. Activated it by $ . venv/bin/activate Installed python-numpy in the environment by $ sudo apt-get install python-numpy However, I