Configuration / Environment variables |
On UNIX™ platforms, environment variables can be set through the following methods, depending on to the command interpreter used:
VAR=value; export VAR
export VAR=value
setenv VAR=value
For more details, refer to the documentation for your UNIX system.