Skip to content

Commit 9d0f760

Browse files
committed
Apply some suggestions from the PR discussion
1 parent a97594c commit 9d0f760

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Doc/using/mac.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,21 @@ A default install will include:
116116

117117
* A |usemac_applications_folder_name| folder in your :file:`Applications` folder;
118118

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;
120120

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>`_;
123122

124123
* A :file:`3.13` folder (under the "framework" :file:`/Library/Frameworks/Python.framework`), which includes the
125124
Python executable and libraries (the installer adds this location to your shell
126125
path);
127126

128127
* Symlinks to the above Python executable, placed in :file:`/usr/local/bin/`.
129128

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.
131134

132135
.. note::
133136

0 commit comments

Comments
 (0)