-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv run
fails to run binaries from ~/Library/Application Support
on macOS
#9348
uv run
fails to run binaries from ~/Library/Application Support
on macOS
#9348
Comments
uv run python
uv run
displays an incorrect list of commands
Hm I can't reproduce this
|
uv run
displays an incorrect list of commandsuv run
fails to run binaries from ~/Library/Application Support
on macOS
The binaries ( I believe this is somewhat related to #5806 and perhaps with the whitespace in I can reproduce this consistently on macOS using this:
Output:
Note that if
|
Interesting, thanks. (We no longer write there by default IIRC but it's preserved for backwards compatibility.) |
I think it must be an issue with the shebang that's being used in python-build-standalone (upstream)? |
Filed: indygreg/python-build-standalone#394. Should be an easy fix. |
And now a PR here: indygreg/python-build-standalone#395. I think that's right? |
Thanks! If anyone else hits this until it's fixed upstream, the quick fix is to simply delete your |
When executing
uv run
, a list of available commands is shown.python
andpython3
work fine, but other commands list do not. I don't thinkuv
should be shipping withpip
, etc so the provided command list seems wrong.I tried using different Python version (e.g.
-p 3.12
) but the results were the same.Listing commands
Running
python
- OKpython3
works as well.Running
pydoc3
- FAILpip
,pip3
,idle3
, etc fail as well.The text was updated successfully, but these errors were encountered: