-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-128039: Clarify the uninstallation instructions for Mac. #128040
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -114,15 +114,20 @@ Close this terminal window and the installer window. | |||||||||||||
|
|
||||||||||||||
| A default install will include: | ||||||||||||||
|
|
||||||||||||||
| * A |usemac_applications_folder_name| folder in your :file:`Applications` folder. In here | ||||||||||||||
| you find :program:`IDLE`, the development environment that is a standard part of official | ||||||||||||||
| Python distributions; and :program:`Python Launcher`, which handles double-clicking Python | ||||||||||||||
| scripts from the macOS `Finder <https://support.apple.com/en-us/HT201732>`_. | ||||||||||||||
|
|
||||||||||||||
| * A framework :file:`/Library/Frameworks/Python.framework`, which includes the | ||||||||||||||
| Python executable and libraries. The installer adds this location to your shell | ||||||||||||||
| path. To uninstall Python, you can remove these three things. | ||||||||||||||
| Symlinks to the Python executable are placed in :file:`/usr/local/bin/`. | ||||||||||||||
| * A |usemac_applications_folder_name| folder in your :file:`Applications` folder; | ||||||||||||||
|
|
||||||||||||||
| * Within the |usemac_applications_folder_name| folder: :program:`IDLE`, the development environment that is a standard part of official Python distributions; | ||||||||||||||
|
|
||||||||||||||
| * Also within the |usemac_applications_folder_name| folder: :program:`Python Launcher`, which handles double-clicking | ||||||||||||||
offby1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||||||
| Python scripts from the macOS `Finder <https://support.apple.com/en-us/HT201732>`_; | ||||||||||||||
|
|
||||||||||||||
| * A :file:`3.13` folder (under the "framework" :file:`/Library/Frameworks/Python.framework`), which includes the | ||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rather than hardcoding
Suggested change
And add it with the others in this file: .. |usemac_x_dot_y| replace:: 3.13
+.. |usemac_x_dot_y_literal| replace:: ``3.13``
.. |usemac_python_x_dot_y_literal| replace:: ``python3.13``
.. |usemac_python_x_dot_y_t_literal| replace:: ``python3.13t``
.. |usemac_python_x_dot_y_t_literal_config| replace:: ``python3.13t-config``And actually, those are still hardcoded, so let's remove the Lines 77 to 80 in be8ae08
The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is surely The Right Thing®, but I'm unfamiliar enough with ReStructured Text to do it myself (I took a stab at it and found myself going in circles after an hour). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's fine, we can do it in a followup. Thank you for trying! |
||||||||||||||
| Python executable and libraries (the installer adds this location to your shell | ||||||||||||||
| path); | ||||||||||||||
|
|
||||||||||||||
offby1 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||
| * Symlinks to the above Python executable, placed in :file:`/usr/local/bin/`. | ||||||||||||||
|
|
||||||||||||||
| To uninstall Python, you can remove the above five things. | ||||||||||||||
offby1 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||||||
|
|
||||||||||||||
| .. note:: | ||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.