[Numpy-discussion] install without admin rights

Roeland Huys roeland at huysmus.be
Mon Oct 6 04:00:25 EDT 2008


Hi,

I am very interested in my work to switch from Matlab to Numpy.  However,
I want to test some algorithms first.
I tried to install NumPy on one of our corporate servers.  However, I do
not have root access, so i did following:

tar -xvzf numpy-1.2.0.tar.gz   [OK]
cd numpy-1.2.0
python setup.py build   [OK]
set PYTHONPATH=$HOME/pythonlib
mv numpy ~/pythonlib
python
import numpy   [ FAILS!]

Could you tell me how I can install NumPy on my local account, (without
admin rights) ?

Thanks,

Roeland.







More information about the NumPy-Discussion mailing list