mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Merge 991715c6b4
into f609e1ddaf
This commit is contained in:
commit
2743e7f703
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ A specific name or path can be specified, e.g., to create a virtual environment
|
|||
$ 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:
|
||||
|
||||
```console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue