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

This commit is contained in:
Lyndsy Simon
2014-01-14 14:41:14 -05:00
parent 47856ff093
commit 919884c45c
+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: ::