Skip to content
Merged
Changes from all commits
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
Remove un-needed export command
Dropped the 'export PATH=/usr/local/share/python:$PATH' command and explanation.
  • Loading branch information
cgoodale committed May 22, 2014
commit e2b2a11ad0530a02794d7d4930df996a28263aa6
7 changes: 1 addition & 6 deletions docs/starting/install/osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@ 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 :envvar:`PATH`

.. code-block:: console

export PATH=/usr/local/share/python:$PATH
This will take a minute or two.


Setuptools & Pip
Expand Down