We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafdcd9 commit 4842bbbCopy full SHA for 4842bbb
1 file changed
docs/starting/install/osx.rst
@@ -56,6 +56,13 @@ Now, we can install Python 2.7: ::
56
57
$ brew install python
58
59
+This will take a minute or two. Once that's complete, you'll have to add the
60
+new Python scripts directory to your ``PATH``
61
+
62
+.. code-block:: console
63
64
+ export PATH=/usr/local/share/python:$PATH
65
66
67
Distribute & Pip
68
----------------
0 commit comments