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?
source
share