mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-31 15:57:26 +00:00
Fix suggestion to use uv help python
on invalid install requests (#9820)
Closes https://github.com/astral-sh/uv/issues/9819
This commit is contained in:
parent
ae25c2f4db
commit
a41ef21db9
4 changed files with 6 additions and 6 deletions
|
@ -7726,7 +7726,7 @@ uv venv [OPTIONS] [PATH]
|
|||
|
||||
<p>During virtual environment creation, uv will not look for Python interpreters in virtual environments.</p>
|
||||
|
||||
<p>See <code>uv python help</code> for details on Python discovery and supported request formats.</p>
|
||||
<p>See <a href="#uv-python">uv python</a> for details on Python discovery and supported request formats.</p>
|
||||
|
||||
<p>May also be set with the <code>UV_PYTHON</code> environment variable.</p>
|
||||
</dd><dt><code>--python-preference</code> <i>python-preference</i></dt><dd><p>Whether to prefer uv-managed or system Python installations.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue