You better change that to:
export AMBERHOME=/usr/local/newamber/amber12
export PATH=${AMBERHOME}/bin\:${PATH}
This *first* defines AMBERHOME and then *prepends* its bin directory to
your PATH. You don't need the /exe directory anymore. What you do with
USERPATH is up to you, it has nothing to do with Amber.
Cheers!
On 03/25/2013 11:49 AM, Vaibhav Dixit wrote:
> export PATH=$PATH\:$AMBERHOME/bin
> export AMBERHOME=/usr/local/newamber/amber12
> export PATH=$PATH:$AMBERHOME/exe
> export PATH=$USERPATH:$PATH
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Mar 25 2013 - 04:30:04 PDT