8000 gh-95155: Update "Using Python on a Mac" documentation by howiezhao · Pull Request #95284 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95155: Update "Using Python on a Mac" documentation #95284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reword message
  • Loading branch information
ambv committed Aug 6, 2022
commit 628e1dbbe0b68e3faf09bf758896e81cfc652483
8 changes: 4 additions & 4 deletions Doc/using/mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ the IDE and the Package Manager that are worth pointing out.
Getting and Installing MacPython
================================

macOS since version 10.8 comes with Python 2.7 pre-installed by Apple.
And Python 2.7 has been removed since version 12.3. If you wish, you
are invited to install the most recent version of Python 3 from the Python
macOS used to come with Python 2.7 pre-installed between versions
10.8 and `12.3 <https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes#Python>`_.
You are invited to install the most recent version of Python 3 from the Python
website (https://www.python.org). A current "universal binary" build of Python,
which runs natively on the Mac's new Intel and legacy PPC CPU's, is available
there.

What you get after installing is a number of things:

* A :file:`Python 3.9` folder in your :file:`Applications` folder. In here
* A :file:`Python 3.12` folder in your :file:`Applications` folder. In here
you find IDLE, the development environment that is a standard part of official
Python distributions; and PythonLauncher, which handles double-clicking Python
scripts from the Finder.
Expand Down
0