Changing environment variables: setenv

To make a temporary change to the value of an environment variable enter the command:

   setenv VARIABLE value

This value will remain until you logout of the system. To change the value of an environment variable permanently, the setenv command should be added to your .login file.

Examples