This commit is contained in:
GCHQDeveloper314 2025-06-29 23:43:46 +02:00 committed by GitHub
commit b54d1f5d87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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