vehicle_common.env#
Functions#
|
Safely prepends a path to an existing PATH environment variable and returns the new value |
|
Returns a required environment variable or raises a LaunchError. |
Module Contents#
- prepend_env_path(env_var: str, path_to_prepend: str) str#
Safely prepends a path to an existing PATH environment variable and returns the new value
- require_env(env_var: str) str#
Returns a required environment variable or raises a LaunchError.