forked from statsmodels/statsmodels
-
Notifications
You must be signed in to change notification settings - Fork 25
Virtualenv in Windows
josef-pkt edited this page Oct 15, 2012
·
1 revision
setting up and installing from binaries
numpy and scipy
extract installer exe file from superpack and easy_install http://stackoverflow.com/questions/6114115/windows-virtualenv-pip-numpy-problems-when-installing-numpy?rq=1
I extracted the installer exe files by running the superpack installer, hit next, hit cancel at the screen with the install path, then look at details to find the path of the extracted installer exe file. That file can be easy_installed.
matplotlib
can be easy_installed from install exe file.
problem: Idle and tkagg backend of matplotlib don't work
copy directories from regular python install to the virtualenv, symlink didn't work for me because of permission problems