How to install numpy in a virtualenv on Debian?
问题 (NB: see this other post for why I am not using dpkg/apt-get/etc. for this installation.) I can install numpy in a virtualenv on Debian with, e.g., pip: (base)[1778]% pip -v install numpy Downloading/unpacking numpy ... <output omitted> ... Successfully installed numpy Cleaning up... Removing temporary dir /home/jones/.virtualenvs/base/build... But immediately after this: (base)[1779]% python Python 2.7.1 (r271:86832, Jun 22 2011, 15:39:05) [GCC 4.3.2] on linux2 Type "help", "copyright",