File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ described in the next section before you start building Python applications
1111for real-world use. In particular, you should always install Distribute, as it
1212makes it much easier for you to use other third-party Python libraries.
1313
14- The version of Python that ships with OS X is great for learning, but it's not
15- good for development. It's slightly out of date, and Apple has made significant
16- changes that can cause hidden bugs.
14+ The version of Python that ships with OS X is great for learning. Yet, it's not
15+ good for development. The version shipped with OS X may be out of date from the
16+ `official current Python release <https://www.python.org/downloads/mac-osx/ >`_,
17+ which is considered the stable production version.
1718
1819Doing it Right
1920--------------
@@ -31,7 +32,7 @@ package.
3132 In combination, the software can cause issues that are difficult to
3233 diagnose.
3334
34- While Lion comes with a large number of UNIX utilities, those familiar with
35+ While OS X comes with a large number of UNIX utilities, those familiar with
3536Linux systems will notice one key component missing: a decent package manager.
3637`Homebrew <http://brew.sh >`_ fills this void.
3738
You can’t perform that action at this time.
0 commit comments