Regenerate env var docs (#11616)

Follow-up for https://github.com/astral-sh/uv/pull/11601
This commit is contained in:
konsti 2025-02-19 11:31:17 +01:00 committed by GitHub
parent da30cc4ec5
commit e8712800d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -391,6 +391,10 @@ Used for trusted publishing via `uv publish`. Contains the oidc token url.
General proxy for all network requests.
### `APPDATA`
The base path for user site packages on Windows.
### `BASH_VERSION`
Used to detect Bash shell usage.
@ -503,10 +507,30 @@ The validation modes to use when run with `--compile`.
See [`PycInvalidationMode`](https://docs.python.org/3/library/py_compile.html#py_compile.PycInvalidationMode).
### `PYTHONHOME`
Overrides `sys.prefix`.
### `PYTHONNOUSERSITE`
Don't add the user site packages to `sys.path`.
### `PYTHONPATH`
Adds directories to Python module search path (e.g., `PYTHONPATH=/path/to/modules`).
### `PYTHONPLATLIBDIR`
Overrides `sys.platlibdir`.
### `PYTHONSAFEPATH`
Don't prepend a potentially unsafe path to `sys.path`.
### `PYTHONUSERBASE`
Overrides `site.USER_BASE`.
### `RUST_LOG`
If set, uv will use this value as the log level for its `--verbose` output. Accepts