I am trying to install homebrew manually. Homebrew works but I have problems with symlinks.
What I have done:
/usr/local
mkdir homebrew && curl -L
https://github.com/Homebrew/homebrew/tarball/master | tar xz --strip
1 -C homebrew
usr/local/homebrew/bin/brew install wget
The problem is that there are no symlinks for what homebrew installs. The brew
command can not be found in the terminal either. Homebrew lives under /usr/local/homebrew
You must configure the PATH
for OS X in order to find Homebrew.
That is, you must edit the bash_profile
file by adding the following line:
export PATH=/usr/local/homebrew:$PATH
Restart the Terminal session and try again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With