|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SetEnvironment
SetEnvironment["var"->value]
sets the value of an operating system environment variable.
SetEnvironment[{"var"->value, ...}]
sets values for several environment variables.
DetailsDetails
- An environment variable defined in the current session is accessible within this session or in the child processes spawned by Mathematica, for example, when using Run or CreateLibrary.
- Values of environment variables, or merely their existence in the environment, may affect the behavior of certain Mathematica functions or child processes.
- The value or the existence of a defined variable is not preserved when Mathematica is terminated or restarted.
- If the variable
did not exist in the environment, its name is added to the environment with the associated
. - If the variable
already existed in the environment, its value is replaced with
. - Setting "var"->None removes the variable and its definition from the environment. If
did not previously exist, it will not be created. - Setting
does not remove the variable from the environment, but merely sets its value. If
did not previously exist, it will be created.
ExamplesExamplesopen allclose all
Basic Examples (5)Basic Examples (5)
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
