Skip to content

macOS: python3t shortcuts missing(?) #120286

Closed as not planned
Closed as not planned
@henryiii

Description

@henryiii

Bug report

Bug description:

Installing Python creates python3 aliases, but there doesn't seem to be a matching python3t alias. There's a python3.13t, but python3t would be more future proof for a shabang, etc. This is what macOS installs:

cibuildwheel % find /Library/Frameworks/PythonT.framework/Versions/3.13/bin/
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//python3.13t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//python3.13t-config
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//pip3.13
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//pip3
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//pip
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//python3.13

There's pip aliases, but no python3t (this is also missing python3, though it has python3.13. I'm not sure if this is macOS specific, or if python3t is being avoided for now, or if it's just not come up yet, I didn't see it mentioned in issues.

From pypa/cibuildwheel#1856 (comment).

CPython versions tested on:

3.13

Operating systems tested on:

macOS

Linked PRs

Metadata

Metadata

Assignees

Labels

3.13bugs and security fixes3.14bugs and security fixesOS-mactopic-installationtype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions