We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bbf2a commit fdc5e3bCopy full SHA for fdc5e3b
docs/starting/install3/osx.rst
@@ -54,6 +54,12 @@ Once you've installed Homebrew, insert the Homebrew directory at the top
54
of your :envvar:`PATH` environment variable. You can do this by adding the following
55
line at the bottom of your :file:`~/.profile` file
56
57
+.. code-block:: console
58
+
59
+ export PATH="/usr/local/opt/python/libexec/bin:$PATH"
60
61
+If you have OS X 10.12 (Sierra) or older use this line instead
62
63
.. code-block:: console
64
65
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
0 commit comments