# # shell script to set up the IDL environment variables and aliases. # first test if idl is installed # the path will be system dependent # if [ -x /usr/local/bin/idl ]; then . /usr/local/rsi/idl/bin/idl_setup.ksh export IDL_PATH='':\+/home/baron/idl_lib:\+$HOME/idl_lib fi