Installed Software at Notre Dame
Users local to Notre Dame may make use of
our software straight out of AFS. A stable version of the cctools is built on
several platforms and installed in /afs/nd.edu/user37/ccl/software/cctools. Just set your path as follows:
Using TCSH:
% setenv PATH /afs/nd.edu/user37/ccl/software/cctools/bin:$PATH
Or using BASH:
% PATH=/afs/nd.edu/user37/ccl/software/cctools/bin:$PATH
% export PATH
Then, just run Parrot or Chirp directly:
% parrot tcsh
% cd /chirp
% ls -la
...
|