mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Update environments.md
Per 13624 and 1472. Built and checked docs locally.
This commit is contained in:
parent
abd5fd199c
commit
ce6d2379aa
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ uv supports creating virtual environments, e.g., to create a virtual environment
|
|||
$ uv venv
|
||||
```
|
||||
|
||||
!!! note
|
||||
|
||||
Running `uv venv` will overwrite any existing `.venv` directory.
|
||||
|
||||
A specific name or path can be specified, e.g., to create a virtual environment at `my-name`:
|
||||
|
||||
```console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue