mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-22 00:02:32 +00:00
![]() <!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary The command `uv python find >=3.11` doesn't work . The version should be quoted otherwise the terminal interprets the `>` and pipes output to a file named `=3.11`. I've used single quotes as used on line 90 of this file. ## Test Plan Locally |
||
---|---|---|
.. | ||
.overrides | ||
assets | ||
concepts | ||
configuration | ||
getting-started | ||
guides | ||
js | ||
pip | ||
reference | ||
stylesheets | ||
.gitignore | ||
index.md | ||
requirements-insiders.in | ||
requirements-insiders.txt | ||
requirements.in | ||
requirements.txt |