I am trying to install Homebrew on my mac with OS 10.8.5 and I am getting an error.
I enter the following into terminal:
ruby -e \"$(curl -fsSkL raw.
It looks like you're not using the system ruby, but a ruby via rbenv which you installed via homebrew. Try:
/usr/bin/ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go/install)"