|
|||||||||||||||||||||||||||||||||
AMBER Archive (2007)Subject: AMBER: on PATH
From: Francesco Pietra (chiendarret_at_yahoo.com)
I must have done something very silly while at the first steps of installing
I set (bash shell)
$ AMBERHOME=/usr/local/amber9; export AMBERHOME
which occurred correctly, as shown by
$ echo $AMBERHOME
and AMBERHOME was seen correctly with printenv.
Then I set in my .bashrc
PATH=$PATH:$AMBERHOME/exe; export AMBERHOME PATH
If I restart, in order that .bashrc is read, I see (with printenv) ":/exe"
$ echo $AMBERHOME
reports a blank line and AMBERHOME is no more displayed on running printenv.
Why that line read on .bashrc at the start has caused all that?
Thanks
| |||||||||||||||||||||||||||||||||
|