« Précédent - Version 2/3 (diff) - Suivant » - Version actuelle
Torsten Kerber, 18/03/2011 20:15


Required Programs

Standard installation

if possible, use a package management system to obtain the Python and NumPy programs

Local installation

Numpy

python setup.py install --home=$HOME

Python (already installed on most machines)

./configure
make

eventually, the PYTHONPATH must be set to

export PYTHONPATH=$PYTHONPATH:$HOME/lib/python:$HOME/lib64/python