On Sat, Aug 11, 2012, Meena Singh wrote:
>
> Firstly on untarring the Amber Tools-1.5.tar file followed by the setting
> the environment for AMBERTOOLS using both the "setenv" command as well as
> the "export" command both did not show any AMBERHOME directory.
>
> the output is as shown below
>
> [root.hpc Amber11]# export AMBERHOME=/home/software1/Amber11/
> [root.hpc Amber11]# ls
> amber11 Amber11.tar.bz2 AmberTools-1.5.tar.bz2 bugfix.all.tar.bz2
The above is fine. AMBERHOME will not show up as a file, but rather as an
environment variable:
echo $AMBERHOME
will show you what this variable is assigned to. If you don't understand how
environment variables work, please look (e.g. Google) for a Linux tutorial
to get information on such topics.
> [root.hpc Amber11]# export AMBERHOME=/home/software1/$AMBERHOME/bin/Amber11/
You don't want to do the above.
...good luck...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Sat Aug 11 2012 - 06:00:02 PDT