...
- What is the difference WRT 040 ?
Instructions
...
for different machine:
- download exercises.tgz, for example, to Documents, and unpack them (in console/terminal, execute: cd Documents; tar xzvf exercises.tgz).
- download the pythonScripts.tgz, if you wish to do the calculations yourself (many are time consuming).
- place the python directory, e.g., to the bin folder. In steps: create by mkdir bin, then, if the scripts were in the Downloads folder, use mv Downloads/python.tgz bin; cd bin; tar xzvf python.tgz, and ensure that the bin/python is in the $PYTHONPATH:
- in terminal, execute: export PYTHONPATH=$PYTHONPATH:$HOME/bin/python
...