Touchup to the project environment config section (#7038)

This commit is contained in:
Zanie Blue 2024-09-04 15:02:35 -05:00 committed by GitHub
parent bbaf664c51
commit 5ca3ded53b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -78,7 +78,7 @@ In addition, uv respects the following environment variables:
- `UV_TOOL_BIN_DIR`: Used to specify the "bin" directory where uv will install tool executables.
- `UV_PROJECT_ENVIRONMENT`: Use to specify the path to the directory to use for a project virtual
environment. See the
[project documentation](../concepts/projects.md#custom-project-environment-paths) for more
[project documentation](../concepts/projects.md#configuring-the-project-environment-path) for more
details.
- `UV_PYTHON_INSTALL_DIR`: Used to specify the directory where uv will store managed Python
installations.