Skip to content

Commit 4842bbb

Browse files
committed
Add back export PATH=/usr/local/share/python:$PATH section
1 parent eafdcd9 commit 4842bbb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/starting/install/osx.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ Now, we can install Python 2.7: ::
5656

5757
$ brew install python
5858

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+
5966
6067
Distribute & Pip
6168
----------------

0 commit comments

Comments
 (0)