From: Ilya A. Kozyreff [mailto:ia@jscc.ru]
Sent: Friday, May 08, 2009 11:16 AM
To: 'numpy-discussion@scipy.org'
Subject: Installation NumPy v.1.2.1 on Linux

 

Hi, all!

 

I try to install NumPy v.1.2.1 on Red Hat Linux as user like this:

 

$ python setup.py install --prefix=/nethome/ia/usr/

$ python -c 'import numpy; numpy.test()'

 

Traceback (most recent call last):

  File "<string>", line 1, in ?

ImportError: No module named numpy

 

What I do wrong?

 

Best regards,

 

Ilya Kozyrev