File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,16 @@ the IDE and the Package Manager that are worth pointing out.
1717Getting and Installing MacPython
1818================================
1919
20- macOS since version 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
21- are invited to install the most recent version of Python 3 from the Python
20+ macOS used to come with Python 2.7 pre-installed between versions
21+ 10.8 and `12.3 <https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes#Python >`_.
22+ You are invited to install the most recent version of Python 3 from the Python
2223website (https://www.python.org). A current "universal binary" build of Python,
2324which runs natively on the Mac's new Intel and legacy PPC CPU's, is available
2425there.
2526
2627What you get after installing is a number of things:
2728
28- * A :file: `Python 3.9 ` folder in your :file: `Applications ` folder. In here
29+ * A :file: `Python 3.12 ` folder in your :file: `Applications ` folder. In here
2930 you find IDLE, the development environment that is a standard part of official
3031 Python distributions; and PythonLauncher, which handles double-clicking Python
3132 scripts from the Finder.
You can’t perform that action at this time.
0 commit comments