Dear Amber users, I have installed AmberTools version 1.5, but there are some problems with setup of the environment in basrc file because bash can't find the tleap. What might be the problem?
The path is /home/voronkov/amber11/AmberTools
Best regards,
Andrew
Installation of AmberTools, version 1.5 serial is complete at Fri Nov 4 13:55:15 MSK 2011.
[voronkov.t60-2 src]$ tleap
-bash: tleap: command not found
AMBERHOME=/home/voronkov/amber11
MPI_HOME=/opt/mpich-intel
export AMBERHOME=/home/voronkov/amber11 # (for bash, zsh, ksh...)
setenv AMBERHOME home/voronkov/amber11 # (for csh, tcsh)
set path = ( $path $AMBERHOME/exe )
PATH=$PATH:$AMBERHOME/exe
export PATH
# Source global definitions
if [ -r /etc/bashrc ]; then
. /etc/bashrc
fi
Best regards,
Andrew
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Nov 04 2011 - 04:30:03 PDT