AMBER Archive (2006)

Subject: Re: AMBER: installation problem

From: Mark Williamson (Mark.Williamson_at_imperial.ac.uk)
Date: Tue Mar 28 2006 - 21:40:27 CST


> #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_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu