Skip to content

Instantly share code, notes, and snippets.

@p5150j
Created May 7, 2013 21:27
Show Gist options
  • Select an option

  • Save p5150j/5536285 to your computer and use it in GitHub Desktop.

Select an option

Save p5150j/5536285 to your computer and use it in GitHub Desktop.
Homebrews binary path
# 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