-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
macOS: python3t shortcuts missing(?) #120286
Comments
Is this only for macOS, or also Windows? |
It's the same on Windows (looking at the nugget package):
|
Windows has never included any aliases. We only have Adding |
As long as the free-threaded build is experimental, it should be used with a specific version number. If and when it stops being experimental, the See the Steering Council decision:
I'll close the issue. |
Thanks, I wasn't aware of this. |
Bug report
Bug description:
Installing Python creates
python3
aliases, but there doesn't seem to be a matchingpython3t
alias. There's apython3.13t
, butpython3t
would be more future proof for a shabang, etc. This is what macOS installs:There's pip aliases, but no
python3t
(this is also missingpython3
, though it haspython3.13
. I'm not sure if this is macOS specific, or ifpython3t
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
The text was updated successfully, but these errors were encountered: