Add back export PATH=/usr/local/share/python:$PATH section

This commit is contained in:
Jeff Paine
2013-09-15 09:59:04 -04:00
parent eafdcd9a61
commit 4842bbb1a1
+7
View File
@@ -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
----------------