Skip to content

Commit a97594c

Browse files
committed
Clarify the uninstallation instructions for Mac.
1 parent be8ae08 commit a97594c

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

Doc/using/mac.rst

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,20 @@ Close this terminal window and the installer window.
114114

115115
A default install will include:
116116

117-
* A |usemac_applications_folder_name| folder in your :file:`Applications` folder. In here
118-
you find :program:`IDLE`, the development environment that is a standard part of official
119-
Python distributions; and :program:`Python Launcher`, which handles double-clicking Python
120-
scripts from the macOS `Finder <https://support.apple.com/en-us/HT201732>`_.
121-
122-
* A framework :file:`/Library/Frameworks/Python.framework`, which includes the
123-
Python executable and libraries. The installer adds this location to your shell
124-
path. To uninstall Python, you can remove these three things.
125-
Symlinks to the Python executable are placed in :file:`/usr/local/bin/`.
117+
* A |usemac_applications_folder_name| folder in your :file:`Applications` folder;
118+
119+
* Within the |usemac_applications_folder_name| folder: :program:`IDLE`, the development environment that is a standard part of official Python distributions;
120+
121+
* Also within the |usemac_applications_folder_name| folder: :program:`Python Launcher`, which handles double-clicking
122+
Python scripts from the macOS `Finder <https://support.apple.com/en-us/HT201732>`_;
123+
124+
* A :file:`3.13` folder (under the "framework" :file:`/Library/Frameworks/Python.framework`), which includes the
125+
Python executable and libraries (the installer adds this location to your shell
126+
path);
127+
128+
* Symlinks to the above Python executable, placed in :file:`/usr/local/bin/`.
129+
130+
To uninstall Python, you can remove the above five things.
126131

127132
.. note::
128133

0 commit comments

Comments
 (0)