Skip to content
Prev 24448 / 63424 Next

Matrix package: compilation error

Rainer Hurling wrote:
Hmm, you are using a csh-like shell. Just replace the "export" statement 
below with the equivalent setenv statement:
     setenv PATH ${HOME}/mynewbin:${PATH}

The PATH trick is also a useful thing to do if you have say,
multiple java JDK's, or other things.