Skip to content

Commit bdf1ffc

Browse files
author
Kenneth Reitz
committed
osx deets
1 parent f83cf27 commit bdf1ffc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/starting/install/osx.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@ Installing Python on Mac OS X
33

44
*Or, "Installing Python 2.7 via Homebrew".*
55

6+
The latest version of Mac OS X, **comes with Python 2.7 out of the box**.
7+
8+
You do not need to install or configure anything else to use Python. Having said that, I would strongly recommend that you install the tools and libraries described in the next section before you start building Python applications for real-world use. In particular, you should always install Distribute, as it makes it much easier for you to use other third-party Python libraries.
9+
10+
The version of Python that ships with OS X is great for learning, but it's not good for development. It's slightly out of date, and Apple has made significant changes that can cause hidden bugs.
11+
612
Package Manager
713
---------------
814

9-
While Lions comes with a large number of UNIX utilities, those
15+
While Lion comes with a large number of UNIX utilities, those
1016
familiar with Linux systems will notice one key component missing: a decent
1117
package manager. `Homebrew <http://mxcl.github.com/homebrew/>`_ fills this void.
1218

19+
First, you'll need to have GCC installed to compile Python. You can either get this from `XCode <http://developer.apple.com/xcode/>`_ or the smaller `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme>`_ package.
20+
1321
To `install Homebrew <https://github.com/mxcl/homebrew/wiki/installation>`_, simply run::
1422

1523
$ ruby -e "$(curl -fsS https://raw.github.com/gist/323731)"

0 commit comments

Comments
 (0)