Environment Variable API
api_set_environment_variables(env_vars)
Sets the environment variables for the current session.
This function takes a dictionary of environment variables and sets them for the current session by loading them into the EnvironmentVars configuration.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
env_vars
|
dict
|
A dictionary containing the environment variables to set. |
required |
Returns:
| Type | Description |
|---|---|
None
|
None |