-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Update "Using Python on a Mac" #115024
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
Update "Using Python on a Mac" #115024
Conversation
Updated to use substitution in |
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
(cherry picked from commit 0a6e1a4) Co-authored-by: Hugo van Kemenade <[email protected]>
GH-115387 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 0a6e1a4) Co-authored-by: Hugo van Kemenade <[email protected]>
GH-115388 is a backport of this pull request to the 3.11 branch. |
Update "Using Python on a Mac" (GH-115024) (cherry picked from commit 0a6e1a4) Co-authored-by: Hugo van Kemenade <[email protected]>
Update "Using Python on a Mac" (GH-115024) (cherry picked from commit 0a6e1a4) Co-authored-by: Hugo van Kemenade <[email protected]>
PR #115416 uses the same |
For the last point:
It would be better to use the
|version|
substitution:Unfortunately, substitutions can't be used inside roles and it renders as
Python |version|
.Another option is to drop the
file
formatting and use plain text:* A "Python |version|" folder in your "Applications" folder. In here
If we keep the hardcoded version, then we let's add this file to the list the release manager manually edits for each new release cycle:
📚 Documentation preview 📚: https://cpython-previews--115024.org.readthedocs.build/en/115024/using/mac.html