Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fdc5e3b

Browse files
committed
add path step for mojave and high sierra
1 parent 58bbf2a commit fdc5e3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/starting/install3/osx.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ Once you've installed Homebrew, insert the Homebrew directory at the top
5454
of your :envvar:`PATH` environment variable. You can do this by adding the following
5555
line at the bottom of your :file:`~/.profile` file
5656

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+
5763
.. code-block:: console
5864
5965
export PATH=/usr/local/bin:/usr/local/sbin:$PATH

0 commit comments

Comments
 (0)