File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,10 @@ Used for trusted publishing via `uv publish`. Contains the oidc token url.
391
391
392
392
General proxy for all network requests.
393
393
394
+ ### ` APPDATA `
395
+
396
+ The base path for user site packages on Windows.
397
+
394
398
### ` BASH_VERSION `
395
399
396
400
Used to detect Bash shell usage.
@@ -503,10 +507,30 @@ The validation modes to use when run with `--compile`.
503
507
504
508
See [ ` PycInvalidationMode ` ] ( https://docs.python.org/3/library/py_compile.html#py_compile.PycInvalidationMode ) .
505
509
510
+ ### ` PYTHONHOME `
511
+
512
+ Overrides ` sys.prefix ` .
513
+
514
+ ### ` PYTHONNOUSERSITE `
515
+
516
+ Don't add the user site packages to ` sys.path ` .
517
+
506
518
### ` PYTHONPATH `
507
519
508
520
Adds directories to Python module search path (e.g., ` PYTHONPATH=/path/to/modules ` ).
509
521
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
+
510
534
### ` RUST_LOG `
511
535
512
536
If set, uv will use this value as the log level for its ` --verbose ` output. Accepts
You can’t perform that action at this time.
0 commit comments