You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/using/mac.rst
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,15 +114,20 @@ Close this terminal window and the installer window.
114
114
115
115
A default install will include:
116
116
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.
0 commit comments