From 4842bbb1a184f0c27b7e6d2bf4af4568929ea402 Mon Sep 17 00:00:00 2001 From: Jeff Paine Date: Sun, 15 Sep 2013 09:59:04 -0400 Subject: [PATCH] Add back export PATH=/usr/local/share/python:$PATH section --- docs/starting/install/osx.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 53323cb..dc66767 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -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 ----------------