mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add docs for UV_PROJECT_ENVIRONMENT
(#6987)
This commit is contained in:
parent
50d7b9c38a
commit
88ba1e90a0
4 changed files with 41 additions and 0 deletions
|
@ -189,6 +189,13 @@ Or, you can use `uv run` for any commands that require the environment:
|
|||
RUN uv run some_script.py
|
||||
```
|
||||
|
||||
!!! tip
|
||||
|
||||
Alternatively, the
|
||||
[`UV_PROJECT_ENVIRONMENT` setting](../../concepts/projects.md#custom-project-environment-paths) can
|
||||
be set before syncing to install to the system Python environment and skip environment activation
|
||||
entirely.
|
||||
|
||||
### Using installed tools
|
||||
|
||||
To use installed tools, ensure the [tool bin directory](../../concepts/tools.md#the-bin-directory)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue