Skip to content
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

Ensure python-to-pythonX.Y symlink exists in downloaded Pythons #5849

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

charliermarsh
Copy link
Member

Summary

After installing:

❯ readlink "/Users/crmarsh/Library/Application Support/uv/python/cpython-3.12.4-macos-aarch64-none/bin/python"
python3.12

❯ readlink "/Users/crmarsh/Library/Application Support/uv/python/cpython-3.9.5-macos-aarch64-none/bin/python"
python3.9

Closes #5838.

@charliermarsh charliermarsh added bug Something isn't working preview Experimental behavior labels Aug 7, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) August 7, 2024 02:58
@charliermarsh charliermarsh merged commit d0b16f9 into main Aug 7, 2024
56 of 57 checks passed
@charliermarsh charliermarsh deleted the charlie/sym branch August 7, 2024 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working preview Experimental behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invoking python can fail if the interpreter is named python3
2 participants