Skip to content

Commit

Permalink
Touchup to the project environment config section
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 4, 2024
1 parent b2cb3bb commit 9beea2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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

Expand Down

0 comments on commit 9beea2c

Please sign in to comment.