DLiteScript
Playground
Documentation
os.setEnvVariable
Sets the value of an environment variable.
Examples
1
os
.
setEnvVariable
(
"MY_VAR"
,
"my_value"
)