Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created August 23, 2014 17:22
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 wilmoore/9640c8de63964955dd94 to your computer and use it in GitHub Desktop.
Save wilmoore/9640c8de63964955dd94 to your computer and use it in GitHub Desktop.
Brew doctor isn't always correct and /usr/local is not a panacea

Check out the following resources to get an idea of what I mean when I say that:

Brew doctor isn't always correct and /usr/local is not a panacea

Some of the recommendations in brew doctor are either outdated and thus wrong or were never correct to begin with. I've got a couple PRs out to correct a couple of those.

Point is, you may want to consider installing to ~/.homebrew or some directory under your own $HOME.

Any program that hard-codes /usr/local is wrong and the reality of it is that there aren't that many relevant programs out there now that still do this.

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