Environment Variable API
api_set_environment_variables(env_vars)
Sets the environment variables for the current session.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
env_vars |
dict
|
A dictionary containing the environment variables to set. |
required |
Returns:
Type | Description |
---|---|
None
|
None |