Running IDL or ENVI on UNIX
You can start IDL, ENVI, or any of the following executables by entering one of the following commands.
Note
For versions of UNIX that provide both 32- and 64-bit architectures, IDL and ENVI run in 64-bit mode by default. You can run the commands in 32-bit mode by entering a -32 flag after the command (e.g., idl -32). If these commands do not produce the expected results, you may need to set environment aliases. See Setting Up the Environment.
For information on other startup options, see Command Line Options for IDL Startup in Using IDL.
Running the IDL Virtual Machine on UNIX
To run a *.sav file in the IDL Virtual Machine:
To launch the IDL Virtual Machine and select a *.sav file to open:
Running IDL Runtime Applications on UNIX
To run a *.sav file in the runtime version of IDL:
- Enter
idl -rt=<path><filename>.savat the system command prompt, where<path>is the path to the*.savfile, and<filename>is the name of the*.savfile. - The application contained in the
*.savfile is run in the runtime version of IDL.
Note
When a *.sav file is run with the idl -rt command on a machine without an IDL license, it will run in the IDL Virtual Machine.