On Mar 27, 2009, at 11:52 AM, Phan, Jason wrote:


Setenv PATH ${PATH}:${XIA2CORE_ROOT}/Test

try replacing this with

setenv PATH "${PATH}":"${XIA2CORE_ROOT}/Test"


setenv needs to be all lower case, and the double quotes permit spaces in the path (assuming that is the problem)

Reply via email to