open-discussion > workaround for settings in tcsh environment
Showing 1-3 of 3 posts
Display:
Results per page:
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
May 22, 2013  12:05 PM | Erik Beall
RE: workaround for settings in tcsh environment
Hi Hang Joon,
no, this was never dealt with before, thanks for spotting it.  Since Macs use tcsh (I think?) a lot of people will have this problem.  I'll fix it for the next release,
Erik
May 22, 2013  01:05 PM | Pouya Ghaemmaghami
RE: workaround for settings in tcsh environment
hey,,
yeah, thats right i had this issue before, and i modified it manually. but since that was so miner, i didnt post anything regarding that ;)