0

このガイドを使用してruby1.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'.

それから私は走りますbrew update、私は得ます

Already up-to-date.

また、走ってみたところbrew doctor

Your system is raring to brew.

なにが問題ですか?これを修正するにはどうすればよいですか?

4

2 に答える 2

8

私は同じ問題を抱えていました、そしてこれは私のために働きました:

\curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled

ソース:

https://rvm.io/

于 2013-03-26T18:30:22.617 に答える
0

試す:

rvm list known

それが何も返さない場合、または探しているルビーバージョンが含まれていない場合は、更新してみてください

rvm get stable

次に、必要なルビーバージョンをもう一度インストールしてみてください。

于 2013-03-26T17:13:24.580 に答える