【发布时间】:2012-09-29 20:40:16
【问题描述】:
所以我正在尝试安装 RVM,但我认为我的 mac 计算机上的 Xcode 存在冲突。我曾经运行rvm install ruby-1.9.2-p320
这是我的错误
提供的编译器
'/usr/bin/gcc' is LLVM based, it is not yet fully supported by ruby and gems, please read `rvm requirements`.
然后我阅读了一个写入rvm get head 的解决方案并且它成功了,但是当我再次运行 rvm install ruby-1.9.2-p320 时,我收到了这个错误。
No binary rubies available for: ///ruby-1.9.2-p320.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
The provided compiler '/usr/bin/gcc' is LLVM based, it is not yet fully supported by ruby and gems, please read `rvm requirements`.
'rvm_codesign_identity' is not set, please set it in ~/.rvmrc
【问题讨论】:
-
@ConnorPhillips 你能把它升级到最新的 4.4.1 版本吗?
标签: ruby-on-rails ruby rvm