Created
May 7, 2013 21:27
-
-
Save p5150j/5536285 to your computer and use it in GitHub Desktop.
Homebrews binary path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add Homebrews binary path to the front of the $PATH | |
| echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile | |
| source ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment