# Set up IDL environment variables # define the IDL directories setenv IDL_DIR /usr/local/rsi/idl_6.0 setenv IDL_HELP_PATH ${IDL_DIR}/help # clear the path, then add the goddard library and the # base IDL library and examples to the path setenv IDL_PATH setenv IDL_PATH $IDL_PATH{:}+${IDL_DIR}/lib setenv IDL_PATH $IDL_PATH{:}+${IDL_DIR}/examples # if the IDL start-up file exists then define it if (-e ${HOME}/.idlstartup) then setenv IDL_STARTUP ${HOME}/.idlstartup endif