A cross-platform library for setting environment variables in the current process and launching subprocesses with modified environments. Version 2.0.3 requires Python >=3.7 and is hosted on GitHub by zackees. Release cadence is sporadic.
pip install setenvironmentVerified import paths — ran on the pinned version, not inferred.
Set an environment variable in the current process, then run a subprocess with an overridden environment.
Use `run_with_env` to spawn subprocesses with desired environment, or rely on `os.environ` modifications within the same Python session.
Use `set_env('NAME', 'value')` instead of `set_env(NAME='value')`.Replace `export_env(...)` with `set_env(...)`.
No dependency data recorded yet.