Skip to content

Commit cb2998a

Browse files
committed
Merge pull request realpython#350 from lyndsysimon/rabbitmq
Add /usr/local/sbin to PATH in OSX
2 parents 47856ff + 919884c commit cb2998a

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)