I am using csh and I have a small csh script. I want to set an environment variable . say MYENV
% setenv MYENV /home/env --> This works fine
but if I put the same into script, I get an error while running it as setenv:command not found
Any idea why ?