mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Update list of shell environment variables (#3126)
This commit is contained in:
parent
822e3dc0c5
commit
25deddd3bf
1 changed files with 5 additions and 2 deletions
|
@ -488,8 +488,11 @@ In addition, uv respects the following environment variables:
|
|||
See: [`PycInvalidationMode`](https://docs.python.org/3/library/py_compile.html#py_compile.PycInvalidationMode).
|
||||
- `VIRTUAL_ENV`: Used to detect an activated virtual environment.
|
||||
- `CONDA_PREFIX`: Used to detect an activated Conda environment.
|
||||
- `PROMPT`: Used to detect the appropriate activation script after generating a virtual environment.
|
||||
- `NU_VERSION`: Used to detect the appropriate activation script after generating a virtual environment.
|
||||
- `PROMPT`: Used to detect the use of the Windows Command Prompt (as opposed to PowerShell).
|
||||
- `NU_VERSION`: Used to detect the use of NuShell.
|
||||
- `FISH_VERSION`: Used to detect the use of the Fish shell.
|
||||
- `BASH_VERSION`: Used to detect the use of the Bash shell.
|
||||
- `ZSH_VERSION`: Used to detect the use of the Zsh shell.
|
||||
|
||||
## Custom CA Certificates
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue