open-discussion
open-discussion > workaround for settings in tcsh environment
May 21, 2013 06:05 PM | Hang Joon Jo
workaround for settings in tcsh environment
Hi Erik,
I'm not sure whether this was dealt before, but there might be some warnings and errors occurred in setup_pestica.csh.
(Line 24)
setenv PATH $PATH:$PESTICA_DIR
should be:
setenv PATH $PATH":"$PESTICA_DIR
to avoid "$ in $" error.
(Lines 34-35)
need "set " before "a".
Best,
- HJJ
I'm not sure whether this was dealt before, but there might be some warnings and errors occurred in setup_pestica.csh.
(Line 24)
setenv PATH $PATH:$PESTICA_DIR
should be:
setenv PATH $PATH":"$PESTICA_DIR
to avoid "$ in $" error.
(Lines 34-35)
need "set " before "a".
Best,
- HJJ
Threaded View
Title | Author | Date |
---|---|---|
Hang Joon Jo | May 21, 2013 | |
Erik Beall | May 22, 2013 | |
Pouya Ghaemmaghami | May 22, 2013 | |