Skip to content

Commit 477ebeb

Browse files
konstinLoïc LESCOAT
authored and
Loïc LESCOAT
committed
Regenerate env var docs (astral-sh#11616)
Follow-up for astral-sh#11601
1 parent 5b95e05 commit 477ebeb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/configuration/environment.md

+24
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ Used for trusted publishing via `uv publish`. Contains the oidc token url.
391391

392392
General proxy for all network requests.
393393

394+
### `APPDATA`
395+
396+
The base path for user site packages on Windows.
397+
394398
### `BASH_VERSION`
395399

396400
Used to detect Bash shell usage.
@@ -503,10 +507,30 @@ The validation modes to use when run with `--compile`.
503507

504508
See [`PycInvalidationMode`](https://docs.python.org/3/library/py_compile.html#py_compile.PycInvalidationMode).
505509

510+
### `PYTHONHOME`
511+
512+
Overrides `sys.prefix`.
513+
514+
### `PYTHONNOUSERSITE`
515+
516+
Don't add the user site packages to `sys.path`.
517+
506518
### `PYTHONPATH`
507519

508520
Adds directories to Python module search path (e.g., `PYTHONPATH=/path/to/modules`).
509521

522+
### `PYTHONPLATLIBDIR`
523+
524+
Overrides `sys.platlibdir`.
525+
526+
### `PYTHONSAFEPATH`
527+
528+
Don't prepend a potentially unsafe path to `sys.path`.
529+
530+
### `PYTHONUSERBASE`
531+
532+
Overrides `site.USER_BASE`.
533+
510534
### `RUST_LOG`
511535

512536
If set, uv will use this value as the log level for its `--verbose` output. Accepts

0 commit comments

Comments
 (0)