Skip to content

Commit 919884c

Browse files
committed
Adds recommendation to add /usr/local/sbin to /usr/local/bin:/usr/local/sbin:/usr/local/bin:/Users/lyndsy/.bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/MacGPG2/bin in OSX
1 parent 47856ff commit 919884c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ line at the bottom of your ``~/.bashrc`` file
5050

5151
.. code-block:: console
5252
53-
export PATH=/usr/local/bin:$PATH
53+
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
5454
5555
Now, we can install Python 2.7: ::
5656

0 commit comments

Comments
 (0)