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 ----------------