Update list of shell environment variables (#3126)

This commit is contained in:
Charlie Marsh 2024-04-18 17:08:52 -04:00 committed by GitHub
parent 822e3dc0c5
commit 25deddd3bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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