Update environments.md

Per 13624 and 1472. Built and checked docs locally.
This commit is contained in:
stevenae 2025-05-27 11:09:26 -04:00 committed by GitHub
parent abd5fd199c
commit ce6d2379aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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