AMBER Archive (2004)Subject: Re: AMBER: Redhat install
From: Mengjuei Hsieh (mjhsieh_at_yahoo.com)
Date: Thu Apr 29 2004 - 23:44:12 CDT
On 4/29/04 7:24 AM, Helios Chen at p9890101_at_mail.ncku.edu.tw wrote:
> Dear all, I install Amber7 in the Redhat9, and complier is completed. I write
> a amber.cshrc as follows:
> set AMBERHOME=/usr/local/amber7
> set PATH=/usr/local/amber7/exe
> ,but I cann't run any executive program(ex. sander, xleap or gibbs). The same
> case happened under /amber7/exe directory. The error message as follows:
> "bash: sander : command not found". Could anyone help me? Thanks in advance.
>
BASH doesn't read .cshrc because it's not CSH/TCSH
Please add these in either .profile or .bashrc file:
export AMBERHOME=/usr/local/amber7
export PATH=$PATH:/usr/local/amber7/exe
Re-login and see if you have the same problem.
Best,
--
Mengjuei Hsieh
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu
|