diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index fa41f8c9f..8017bfb3b 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -50,7 +50,7 @@ line at the bottom of your ``~/.bashrc`` file .. code-block:: console - export PATH=/usr/local/bin:$PATH + export PATH=/usr/local/bin:/usr/local/sbin:$PATH Now, we can install Python 2.7: ::