简体   繁体   中英

RVM Installation Error

my RVM gets installed eventually, but the log shows up 2 errors:

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. You can get around this issue for now by running rvm install 2.1.1 --disable-binary as described in this Stack Overflow answer .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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