mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #350 from lyndsysimon/rabbitmq
Add /usr/local/sbin to PATH in OSX
This commit is contained in:
@@ -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: ::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user