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
Prev Previous commit
Add back export PATH=/usr/local/share/python:$PATH section
  • Loading branch information
JeffPaine committed Sep 15, 2013
commit 4842bbb1a184f0c27b7e6d2bf4af4568929ea402
7 changes: 7 additions & 0 deletions docs/starting/install/osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ Now, we can install Python 2.7: ::

$ brew install python

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


Distribute & Pip
----------------
Expand Down