mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Merge 4c7517bdab
into 7603153f5b
This commit is contained in:
commit
b54d1f5d87
1 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,15 @@ Note this requires the requested Python version to be available on the system. H
|
|||
unavailable, uv will download Python for you. See the
|
||||
[Python version](../concepts/python-versions.md) documentation for more details.
|
||||
|
||||
uv will not include `pip` in virtual environments by default. If you need it, use `--seed`:
|
||||
|
||||
```console
|
||||
$ uv venv --seed
|
||||
```
|
||||
|
||||
Note `--seed` may also include other seed packages in addition to `pip`. See the
|
||||
[CLI Reference](../reference/cli.md#uv-venv) documentation for more details.
|
||||
|
||||
## Using a virtual environment
|
||||
|
||||
When using the default virtual environment name, uv will automatically find and use the virtual
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue