python setup.py install --prefix=$HOME/local/lib set PYTHONPATH=$HOME/local/lib/python2.5/site-packages
and you're good to go. This is how I install everything and it's been working for several years now ;) Matthieu 2008/10/6 Roeland Huys <[EMAIL PROTECTED]>: > > 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. > > > > > _______________________________________________ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > -- Information System Engineer, PhD Website: http://matthieu-brucher.developpez.com/ Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92 LinkedIn: http://www.linkedin.com/in/matthieubrucher _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion