add path step for mojave and high sierra

This commit is contained in:
Ben Norquist
2018-11-20 12:06:14 -06:00
parent 58bbf2a25e
commit fdc5e3bfaa
+6
View File
@@ -54,6 +54,12 @@ Once you've installed Homebrew, insert the Homebrew directory at the top
of your :envvar:`PATH` environment variable. You can do this by adding the following
line at the bottom of your :file:`~/.profile` file
.. code-block:: console
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
If you have OS X 10.12 (Sierra) or older use this line instead
.. code-block:: console
export PATH=/usr/local/bin:/usr/local/sbin:$PATH