mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Touchup to the project environment config section (#7038)
This commit is contained in:
parent
bbaf664c51
commit
5ca3ded53b
4 changed files with 5 additions and 5 deletions
|
@ -293,7 +293,7 @@ use [`uvx`](../guides/tools.md) or
|
|||
managed = false
|
||||
```
|
||||
|
||||
### Custom project environment paths
|
||||
### Configuring the project environment path
|
||||
|
||||
The `UV_PROJECT_ENVIRONMENT` environment variable can be used to configure the project virtual
|
||||
environment path (`.venv` by default).
|
||||
|
@ -310,7 +310,7 @@ the system in a broken state.
|
|||
|
||||
If an absolute path is provided and the setting is used across multiple projects, the
|
||||
environment will be overwritten by invocations in each project. This setting is only recommended
|
||||
for use in CI or Docker images.
|
||||
for use for a single project in CI or Docker images.
|
||||
|
||||
!!! note
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue