File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ Installing Python 2 on Mac OS X
10
10
.. note ::
11
11
Check out our :ref: `guide for installing Python 3 on OS X<install3-osx> `.
12
12
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 . **
14
14
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
16
17
that, I would strongly recommend that you install the tools and libraries
17
18
described in the next section before you start building Python applications for
18
19
real-world use. In particular, you should always install Setuptools, as it makes
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ Installing Python 3 on Mac OS X
9
9
10
10
.. image :: /_static/photos/34435689480_2e6f358510_k_d.jpg
11
11
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 . **
13
13
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
15
16
instructions document the installation of Python 3.
16
17
17
18
The version of Python that ships with OS X is great for learning, but it's not
You can’t perform that action at this time.
0 commit comments