简体   繁体   English

RVM安装错误

[英]RVM Installation Error

my RVM gets installed eventually, but the log shows up 2 errors: 我的RVM最终安装,但日志显示2个错误:

Error running 'env GEM_HOME= GEM_PATH= /Users/syc/.rvm/rubies/ruby-2.1.1/bin/ruby -d       /Users/syc/.rvm/src/rubygems-2.2.2/setup.rb',
showing last 15 lines of /Users/syc/.rvm/log/1395676829_ruby-2.1.1/rubygems.install.log

and

Empty path passed to certificates update, functions stack: requirements_osx_update_openssl_cert_run rvm_requiremnts_fail_or_run_action __rvm_osx_ssl_certs_ensure_for_ruby __rvm_osx_ssl_certs_ensure_for_ruby_except_jruby external_import_setup external_import main
Gemset '' does not exist, 'rvm ruby-2.1.1 do rvm gemset create ' first, or append '--create'.

May I kindly find out what has gone wrong? 我可以找出出了什么问题吗? I've searched the net thoroughly and could not find the answer. 我彻底搜查了网,却找不到答案。 Thanks! 谢谢!

It appears that an RVM developer included a path to his personal machine on a binary build by mistake. 似乎RVM开发人员错误地在二进制构建中包含了他的个人计算机的路径。 You can get around this issue for now by running rvm install 2.1.1 --disable-binary as described in this Stack Overflow answer . 您现在可以通过运行rvm install 2.1.1 --disable-binary来解决此问题, 如此Stack Overflow应答中所述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM