Viro said:Get rid of the = symbol like so
setenv PATH $PATH:/usr/bin
This is the only solution. This worked for me where no other string did. The double quotes are the trick.Hey,
I got the same error in my bash/csh shell.
This is one of the solutions to it.
setenv PATH $PATH":$HOME/bin"