> Also, set path = ( $path $AMBERHOME/exe ) won't work, because you need to
> set it as an environment variable. Also, PATH is all uppercase, and many
> unices are case-sensitive so you have to make sure they're all uppercase.
> Furthermore, PATH should be colon-delimited, not space-delimited I believe.
> Google how to set up environment variables with whatever shell you're using
> and follow those instructions for PATH and AMBERHOME.
'set path = ( $path $AMBERHOME/exe )' is syntactically correct and does
the same as 'setenv PATH=${PATH}:$AMBERHOME/exe'. [t]csh automatically
converts $path into $PATH and the other way round, as soon as you modify
either variable.
But for everything else I agree.
frank
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Sep 08 2010 - 07:00:06 PDT