mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-25 21:37:51 +00:00
Fix references to --python-downloads (it is --no-python-downloads) (#6439)
Noticed in https://github.com/astral-sh/uv/pull/6409
This commit is contained in:
parent
3c7b169bf2
commit
3dd39e6d35
4 changed files with 54 additions and 68 deletions
|
|
@ -171,8 +171,9 @@ during `uv python install`.
|
|||
|
||||
!!! tip
|
||||
|
||||
The `--python-downloads` option can be passed to any uv command, or it can be set in a
|
||||
[persistent configuration file](../configuration/files.md) to change the default behavior.
|
||||
The `python-downloads` setting can be set in a
|
||||
[persistent configuration file](../configuration/files.md) to change the default behavior, or
|
||||
the `--no-python-downloads` flag can be passed to any uv command.
|
||||
|
||||
## Adjusting Python version preferences
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue