[Numpy-discussion] install problems

Chris Colbert sccolbert at gmail.com
Sat Apr 3 17:50:32 EDT 2010


On Sat, Apr 3, 2010 at 12:52 PM, Antoine Pairet <lists at pairet.be> wrote:
> On Sat, 2010-04-03 at 11:04 -0500, Warren Weckesser wrote:
>> Don't include that last "numpy" in the path.  E.g.
>>
>> export PYTHONPATH=$PYTHONPATH:/home/pcpm/pairet/pythonModules/numpy/lib64/python2.4/site-packages
>> numpy is installed as a "package": a directory that contains the file
>> __init__.py along with all its other files.
>>
>> See http://docs.python.org/tutorial/modules.html#packages
> Thanks a lot! Everything works fine now. I will go through the doc.
> Antoine
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>

you don't have to build from source btw. you can easy_install it or
pip install it with user switch.



More information about the NumPy-Discussion mailing list