Skip to content

Commit eafdcd9

Browse files
committed
Update brew installation commands
1 parent 12cd425 commit eafdcd9

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

docs/starting/install/osx.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,7 @@ line at the bottom of your ``~/.bashrc`` file
5454
5555
Now, we can install Python 2.7: ::
5656

57-
$ brew install python --framework
58-
59-
This will take a minute or two. Once that's complete, you'll have to add the
60-
new Python scripts directory to your ``PATH``
61-
62-
.. code-block:: console
63-
64-
export PATH=/usr/local/share/python:$PATH
65-
66-
The ``--framework`` option tells Homebrew to compile a Framework-style Python
67-
build, rather than a UNIX-style build. The outdated version of Python that
68-
Snow Leopard comes packaged with is built as a Framework, so this helps avoid
69-
some future module installation bugs.
57+
$ brew install python
7058

7159

7260
Distribute & Pip

0 commit comments

Comments
 (0)