I am trying to install Homebrew for OS X 10.8.5 using instructions I found online. I am doing this so I can update my version of Ruby because I am getting this error:
Use RbConfig instead of obsolete and deprecated Config.
when I try to run:
gem install sqlite3
However, when I run:
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
I get another error that says:
stty: stdin isn't a terminal
Failed during: /bin/stty raw -echo
stty: stdin isn't a terminal
Failed during: /bin/stty -raw echo
Any ideas?