Homebrew is not installed in / usr / local

I am trying to install a new computer and install Homebrew ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"with the instructions on their home page. The problem is that on startup brew doctorthis gave me this error:Your Homebrew is not installed to /usr/local You can install Homebrew anywhere you want, but some brews may only build correctly if you install in /usr/local. Sorry!

When I installed from the terminal, I was in the home directory.

From what I read, Homebrew should install by default /usr/local, so I'm not sure how I messed it up ...

Any ideas on how to install Homebrew in the right location?

+5
source share
1 answer

It seems that when I installed RVM, he also installed Homebrew. More details here: https://github.com/mxcl/homebrew/issues/19454#issuecomment-17086674

0
source

All Articles