8000 Merge pull request #1119 from howiezhao/patch-1 · realpython/python-guide@b46d898 · GitHub
[go: up one dir, main page]

Skip to content

Commit b46d898

Browse files
authored
Merge pull request #1119 from howiezhao/patch-1
Update "Installing Python x on Mac OS X"
2 parents f70533e + b390a4b commit b46d898

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/starting/install/osx.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Installing Python 2 on Mac OS X
1010
.. note::
1111
Check out our :ref:`guide for installing Python 3 on OS X<install3-osx>`.
1212

13-
**Mac OS X comes with Python 2.7 out of the box.**
13+
**Mac OS X comes with Python 2.7 out of the box between versions 10.8 and 12.3.**
1414

15-
You do not need to install or configure anything else to use Python. Having said
15+
If your Mac OS X version is between the above versions,
16+
you do not need to install or configure anything else to use Python. Having said
1617
that, I would strongly recommend that you install the tools and libraries
1718
described in the next section before you start building Python applications for
1819
real-world use. In particular, you should always install Setuptools, as it makes

docs/starting/install3/osx.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ Installing Python 3 on Mac OS X
99

1010
.. image:: /_static/photos/34435689480_2e6f358510_k_d.jpg
1111

12-
**Mac OS X comes with Python 2.7 out of the box.**
12+
**Mac OS X comes with Python 2.7 out of the box between versions 10.8 and 12.3.**
1313

14-
You do not need to install or configure anything else to use Python 2. These
14+
If your Mac OS X version is between the above versions,
15+
you do not need to install or configure anything else to use Python 2. These
1516
instructions document the installation of Python 3.
1617

1718
The version of Python that ships with OS X is great for learning, but it's not

0 commit comments

Comments
 (0)
0