On Sat, Apr 3, 2010 at 5:50 PM, Chris Colbert wrote:
> On Sat, Apr 3, 2010 at 12:52 PM, Antoine Pairet 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/pythonMod
On Sat, Apr 3, 2010 at 12:52 PM, Antoine Pairet 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 installe
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
Antoine Pairet wrote:
> Hi all!
>
> I am trying to install numpy on a computer which runs Linux and on which
> I have no root access. The only possibility is therefore to compile
> numpy from source. With the following command, the compilation seems to
> work fine:
>
> python setup.py install --pre
Hi all!
I am trying to install numpy on a computer which runs Linux and on which
I have no root access. The only possibility is therefore to compile
numpy from source. With the following command, the compilation seems to
work fine:
python setup.py install --prefix=/home/pcpm/pairet/pythonModules/