Revert "Support python find --script (#11891)" (#12364)

This reverts commit b128aa0499 (#11891)

It *seems* like it's causing several tests to fail on linux?
This commit is contained in:
Aria Desires 2025-03-21 09:22:38 -04:00 committed by GitHub
parent b128aa0499
commit 4eb7ab27ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 additions and 270 deletions

View file

@ -5018,8 +5018,6 @@ uv python find [OPTIONS] [REQUEST]
</dd><dt id="uv-python-find--quiet"><a href="#uv-python-find--quiet"><code>--quiet</code></a>, <code>-q</code></dt><dd><p>Do not print any output</p>
</dd><dt id="uv-python-find--script"><a href="#uv-python-find--script"><code>--script</code></a> <i>script</i></dt><dd><p>Find the environment for a Python script, rather than the current project</p>
</dd><dt id="uv-python-find--system"><a href="#uv-python-find--system"><code>--system</code></a></dt><dd><p>Only find system Python interpreters.</p>
<p>By default, uv will report the first Python interpreter it would use, including those in an active virtual environment or a virtual environment in the current working directory or any parent directory.</p>