Skip to content

Instantly share code, notes, and snippets.

@lewispb
Created August 15, 2012 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lewispb/3360870 to your computer and use it in GitHub Desktop.
Save lewispb/3360870 to your computer and use it in GitHub Desktop.
homebrew=/usr/local/bin:/usr/local/sbin
export PATH=$homebrew:$PATH
subl ~/.bash_profile
Error: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew.
@lewispb
Copy link
Author

lewispb commented Aug 15, 2012

subl ~/.bash_profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment