Merge pull request #350 from lyndsysimon/rabbitmq

Add /usr/local/sbin to PATH in OSX
This commit is contained in:
2014-01-15 11:29:46 -08:00
+1 -1
View File
@@ -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: ::