mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Regenerate env var docs (#11616)
Follow-up for https://github.com/astral-sh/uv/pull/11601
This commit is contained in:
parent
da30cc4ec5
commit
e8712800d1
1 changed files with 24 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue