Remove un-needed export command

Dropped the 'export PATH=/usr/local/share/python:$PATH' command and explanation.
This commit is contained in:
Cameron Goodale
2014-05-22 08:02:17 -07:00
parent 977b5fdece
commit e2b2a11ad0
+1 -6
View File
@@ -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