5

やったrvm get stable

次に、ruby 2.0.0 をインストールしようとしました

$ **rvm install 2.0.0** 
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-2.0.0-p0.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing requirements for smf, might require sudo password.
Installing SM Framework.
Error running 'requirements_smf_install_sm',
please read /usr/local/rvm/log/ruby-2.0.0-p0/smf_install.log

$ **cat /usr/local/rvm/log/ruby-2.0.0-p0/smf_install.log**
[2013-03-28 20:58:11] requirements_smf_install_sm
SMF Framework support is only intended for RailsInstaller, please use Homebrew integration instead.

エラー ログはあまり役に立ちません。Mac OS X Mountain Lion を使用しています。何か助けはありますか?

4

2 に答える 2

10

これは、RVM が別のライブラリ システムである SMF を使用するように設定されているためです。代わりに brew を使用するように RVM を設定する必要があります。ここに rvm autolibs のページがあります https://rvm.io/rvm/autolibs/

現在の設定を確認するために使用rvm autolibs showします。brew を使用している場合は、次のコマンドで変更できます rvm autolibs brew

于 2013-04-07T14:31:05.477 に答える
3

実行してみてください

brew update

brew をインストールしていない場合は、インストール プロセス全体を行うための適切なガイドがここにあります。1.9.3 のものを無視して 2.0.0 に置き換えることができます。

http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/

于 2013-03-29T01:09:22.943 に答える