-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-133525: doc that PYTHONEXECUTABLE is not Mac-only and respected with -E/-I options #133526
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the styling, it should be:
:envvar:`PYTHONEXECUTABLE`
and incline code should use double backticks i.e.
``-E``
Thanks @StanFromIreland ! Done: Added the sphinx roles to the backtick'd symbols. Instead of double backticks for -E, -I, I added PTAL |
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Oops, thanks for catching that. Suggestion applied. |
This corrects the docs about how PYTHONEXECUTABLE is handled, specifically:
-I
and-E
options respect it.Along the way:
Fixes #133525
📚 Documentation preview 📚: https://cpython-previews--133526.org.readthedocs.build/