This commit is contained in:
stevenae 2025-07-06 13:49:52 +02:00 committed by GitHub
commit 2743e7f703
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,10 @@ A specific name or path can be specified, e.g., to create a virtual environment
$ uv venv my-name $ uv venv my-name
``` ```
!!! note
Running `uv venv` will overwrite any existing virtual environment in the `.venv` directory. Specifying `my-name` will overwrite any existing virtual environment in the `my-name` directory.
A Python version can be requested, e.g., to create a virtual environment with Python 3.11: A Python version can be requested, e.g., to create a virtual environment with Python 3.11:
```console ```console