From e2b2a11ad0530a02794d7d4930df996a28263aa6 Mon Sep 17 00:00:00 2001 From: Cameron Goodale Date: Thu, 22 May 2014 08:02:17 -0700 Subject: [PATCH] Remove un-needed export command Dropped the 'export PATH=/usr/local/share/python:$PATH' command and explanation. --- docs/starting/install/osx.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 4d893d080..85edc6088 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -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