Skip to content
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
Next Next commit
Update brew installation commands
  • Loading branch information
JeffPaine committed Sep 14, 2013
commit eafdcd9a61ea96e3b1685ea06f18162308bdc9a3
14 changes: 1 addition & 13 deletions docs/starting/install/osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,7 @@ line at the bottom of your ``~/.bashrc`` file

Now, we can install Python 2.7: ::

$ brew install python --framework

This will take a minute or two. Once that's complete, you'll have to add the
new Python scripts directory to your ``PATH``

.. code-block:: console

export PATH=/usr/local/share/python:$PATH

The ``--framework`` option tells Homebrew to compile a Framework-style Python
build, rather than a UNIX-style build. The outdated version of Python that
Snow Leopard comes packaged with is built as a Framework, so this helps avoid
some future module installation bugs.
$ brew install python


Distribute & Pip
Expand Down