使用Rvm安装Ruby 1.9.3时出现问题

Jas*_*man 0 ruby homebrew install rvm ruby-1.9.3

我正在尝试使用本指南安装ruby 1.9.3:http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/.

当我跑步时,rvm install 1.9.3我得到这个错误

Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392.
Continuing with compilation. Please read 'rvm mount' to get more information on binary         rubies.
Installing requirements for osx, might require sudo password.
Skipping `brew update` make sure your formulas are up to date.
Cowardly refusing to continue, please read 'rvm autolibs'.
Run Code Online (Sandbox Code Playgroud)

然后我跑brew update,我明白了

Already up-to-date.
Run Code Online (Sandbox Code Playgroud)

我也试过跑brew doctor,我明白了

Your system is raring to brew.
Run Code Online (Sandbox Code Playgroud)

怎么了?我该如何解决??

Vin*_*ina 8

我有同样的问题,这对我有用:

\curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled
Run Code Online (Sandbox Code Playgroud)

资源:

https://rvm.io/