| Gradem Home | Config Files | Installation | Download |
Version: 2.2
To install the system on a Linux, Unix, or Mac OS/X 10.4 computer, perform the following one time steps:
gradem/bin/ and gradem/demo1/.
gradem/bin/ directory created
to your ~/bin directory.
csh or tcsh, edit your ~/.cshrc file adding:
Then execute the commands:setenv PYTHONPATH ".:$HOME/bin"
from within a terminal window.source ~/.cshrc rehash
bash, edit your ~/.bashrc file adding:
Then execute the commands:PYTHONPATH=.:$HOME/bin; export PYTHONPATH
from within a terminal window.source ~/.bashrc rehash
gradelib.py library.
which egrade.py command. It should respond
with the correct path.
gradelib.py. Remember you can always re-edit this file later.
gradem/demo1/.
These steps are a one-time only event; the next time you login, everything should be correct.