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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,18 +116,21 @@ A default install will include:
116
116
117
117
* A |usemac_applications_folder_name| folder in your :file:`Applications` folder;
118
118
119
-
* Within the |usemac_applications_folder_name| folder: :program:`IDLE`, the development environment that is a standard part of official Python distributions;
119
+
* Within the |usemac_applications_folder_name| folder: :program:`IDLE`, the development environment that is a standard part of official Python distributions;
120
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>`_;
121
+
* Also within the |usemac_applications_folder_name| folder: :program:`Python Launcher`, which handles double-clicking Python scripts from the macOS `Finder <https://support.apple.com/en-us/HT201732>`_;
123
122
124
123
* A :file:`3.13` folder (under the "framework" :file:`/Library/Frameworks/Python.framework`), which includes the
125
124
Python executable and libraries (the installer adds this location to your shell
126
125
path);
127
126
128
127
* Symlinks to the above Python executable, placed in :file:`/usr/local/bin/`.
129
128
130
-
To uninstall Python, you can remove the above five things.
129
+
If you selected the Free-threaded Python option (:ref:`install-freethreaded-macos`), the installation will also include:
130
+
131
+
* A :file:`3.13` folder under :file:`/Library/Frameworks/PythonT.framework`.
132
+
133
+
To uninstall Python, you can remove the above things.
0 commit comments