mirror of
https://github.com/astral-sh/uv
synced 2026-01-09 23:53:26 -05: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user