> #amber8
> set AMBERHOME=/usr/local/amber8
> PATH=$PATH:$AMBERHOME/exe
> export AMBERHOME PATH
>
Dear Rosa,
Looks like you're using BASH as your shell. "set" is a environment
setting keyword for CSH and will not have the desired effect in BASH.
Omit the "set" work; change the above in the .bashrc to:
#amber8
AMBERHOME=/usr/local/amber8
PATH=$PATH:$AMBERHOME/exe
export AMBERHOME PATH
and then logout and login again to effect the changes. Here are some
links you may find useful:
http://en.wikipedia.org/wiki/Unix_shell
http://www.chongluo.com/books/rute/
regards,
Mark
http://dumb.ch.ic.ac.uk/~mjw99
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Apr 02 2006 - 06:10:09 PDT