Required Programs
Version 1 (Torsten Kerber, 18/03/2011 20:12) → Version 2/3 (Torsten Kerber, 18/03/2011 20:15)
h1. Required Programs
h2. Standard installation
if possible, use a *package management* system to obtain the Python and NumPy programs
h2. Local installation
*Numpy*
<pre>
python setup.py install --home=$HOME
</pre>
*Python (already installed on most machines)*
<pre>
./configure
make
</pre>
eventually, the PYTHONPATH must be set to
<pre>
export PYTHONPATH=$PYTHONPATH:$HOME/lib/python:$HOME/lib64/python
</pre>
h2. Standard installation
if possible, use a *package management* system to obtain the Python and NumPy programs
h2. Local installation
*Numpy*
<pre>
python setup.py install --home=$HOME
</pre>
*Python (already installed on most machines)*
<pre>
./configure
make
</pre>
eventually, the PYTHONPATH must be set to
<pre>
export PYTHONPATH=$PYTHONPATH:$HOME/lib/python:$HOME/lib64/python
</pre>