Skip to content

Commit

Permalink
Regenerate env var docs (#11616)
Browse files Browse the repository at this point in the history
Follow-up for #11601
  • Loading branch information
konstin authored Feb 19, 2025
1 parent da30cc4 commit e871280
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/configuration/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e871280

Please sign in to comment.