Skip to content

Commit

Permalink
Merge pull request realpython#438 from cgoodale/master
Browse files Browse the repository at this point in the history
Remove un-needed export command
  • Loading branch information
sigmavirus24 committed May 24, 2014
2 parents 977b5fd + e2b2a11 commit 69fe3e5
Showing 1 changed file with 1 addition and 6 deletions.
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

0 comments on commit 69fe3e5

Please sign in to comment.