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.
17
17
Getting and Installing MacPython
18
18
================================
19
19
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
22
23
website (https://www.python.org). A current "universal binary" build of Python,
23
24
which runs natively on the Mac's new Intel and legacy PPC CPU's, is available
24
25
there.
25
26
26
27
What you get after installing is a number of things:
27
28
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
29
30
you find IDLE, the development environment that is a standard part of official
30
31
Python distributions; and PythonLauncher, which handles double-clicking Python
31
32
scripts from the Finder.
You can’t perform that action at this time.
0 commit comments