From fdc5e3bfaab5e0b19230e03de0f8b0c3b4dac375 Mon Sep 17 00:00:00 2001 From: Ben Norquist Date: Tue, 20 Nov 2018 12:06:14 -0600 Subject: [PATCH] add path step for mojave and high sierra --- docs/starting/install3/osx.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/starting/install3/osx.rst b/docs/starting/install3/osx.rst index 683e523..9d5b816 100644 --- a/docs/starting/install3/osx.rst +++ b/docs/starting/install3/osx.rst @@ -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