6 Oct 09:57
install without admin rights
From: Roeland Huys <roeland <at> huysmus.be>
Subject: install without admin rights
Newsgroups: gmane.comp.python.numeric.general
Date: 2008-10-06 08:00:25 GMT
Subject: install without admin rights
Newsgroups: gmane.comp.python.numeric.general
Date: 2008-10-06 08:00:25 GMT
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.
RSS Feed