Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing homebrew not possible under OS X 10.8.3

I have installed the Xcode-Version 4.6.2 under OS X 10.8.3 and also the Command Line Tools. If I want to install homebrew with:

ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"

I get the error:

/Users/MarcoMueller/.rbenv/shims/ruby: line 21: /usr/local/Cellar/rbenv/0.4.0/libexec/rbenv: No such file or directory

What could be the problem?

Thank you

like image 200
user1735856 Avatar asked Oct 22 '22 08:10

user1735856


1 Answers

I have the same problem. It was solved by removing line eval "$(rbenv init -)" in my ~/.bash_profile

like image 59
nnattawat Avatar answered Oct 24 '22 09:10

nnattawat