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

gh-120286: Add versionless symlinks with ABI flags #120457

Closed
wants to merge 3 commits into from

Conversation

nineteendo
Copy link
Contributor

@nineteendo nineteendo commented Jun 13, 2024

---
title: Symlinks
---
graph TD;
    python3-->python3.14;
    python3d-->python3.14d;
    python3t-->python3.14t;
    python3td-->python3.14td;
Loading
wannes@Stefans-iMac python3t-shortcuts % find ~/Library/Frameworks/Python.framework/Versions/3.14/bin 
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/python3.14-config
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/pydoc3.14
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/python3
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/pip3.14
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/pip3
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/python3t
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/python3.14t
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/idle3
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/python3-config
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/python3.14t-config
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/idle3.14
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/python3t-config
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/pydoc3
/Users/wannes/Library/Frameworks/Python.framework/Versions/3.14/bin/python3.14

@nineteendo nineteendo marked this pull request as ready for review June 13, 2024 15:53
@nineteendo nineteendo changed the title gh-120286: Add python3t shortcuts gh-120286: Add versionless symlinks with ABI flags Jun 13, 2024
@nineteendo

This comment was marked as resolved.

@ned-deily ned-deily self-assigned this Jun 19, 2024
@nineteendo
Copy link
Contributor Author

Do you have time now?

@encukou
Copy link
Member

encukou commented Sep 4, 2024

See the issue: there should not be a python3t.
I don't think we should start installing python3d either; when debugging you typically want the exact version. Is there an ask/argument for installing it?

@nineteendo nineteendo closed this Sep 4, 2024
@nineteendo nineteendo deleted the python3t-shortcuts branch September 4, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants