I can\'t install Python on my machine due to administrator privileges, but I did download/open Portable Python successfully. I am on a Windows 7 64-bit machine. How would I
Do the following:
easy_install C:\temp\numpy-MKL-1.8.0.win32-py2.7.exe
(change the exe file name for whatever is the name of your installer).Test if the installation succeeded:
>>> import numpy
>>> print numpy.__version__
1.8.0