Ruby on rails Ruby/RVM安装问题

Ruby on rails Ruby/RVM安装问题,ruby-on-rails,ruby,rvm,Ruby On Rails,Ruby,Rvm,在尝试更新我的openSSL时,我卸载了rvm。现在,我已经重新安装了rvm,当我运行rvm-v时,我了解以下最新信息: rvm 1.18.15 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/] 安装ruby时我遗漏了什么 我已经用openssl dir=/usr/local运行了rvm重新安装1.9.2 并得到以

在尝试更新我的openSSL时,我卸载了rvm。现在,我已经重新安装了rvm,当我运行
rvm-v
时,我了解以下最新信息:

rvm 1.18.15 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
安装ruby时我遗漏了什么

我已经用openssl dir=/usr/local运行了
rvm重新安装1.9.2

并得到以下结果:

/Users/marty/.rvm/src/ruby-1.9.2-p320 has already been removed.
/Users/marty/.rvm/rubies/ruby-1.9.2-p320 has already been removed.
The provided compiler '/usr/bin/gcc' is LLVM based, it is not yet fully supported by ruby and gems, please read `rvm requirements`.

请尝试以下答案,运行RVM要求,跳过brew更新-这不是同一个问题,但解决方案和说明是相同的。

您是如何卸载RVM的?通过运行“RVM pkg remove”RVM重新安装所有--强制“签出”来卸载RVM的
/Users/marty/.rvm/src/ruby-1.9.2-p320 has already been removed.
/Users/marty/.rvm/rubies/ruby-1.9.2-p320 has already been removed.
The provided compiler '/usr/bin/gcc' is LLVM based, it is not yet fully supported by ruby and gems, please read `rvm requirements`.