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.
First i tried this: It was solved by removing line eval
$(rbenv init -)
in my ~/.bash_profile. It didn't work for me.
So I Removed the .rbenv in the /users/ur-username/ path. To remove it you can use this command.
$rm -Rf .rbenv
Then go ahead and run the install script. This worked for me.