cannot load such file — rubygems.rb

怎甘沉沦 提交于 2019-11-30 08:55:58

Try this:

rvm fix-permissions

rvm reinstall 2.1.2

Even I faced this issue today but installing Ruby again does not seem right to me as everything was working well for me since yesterday

As per the error I just updated RubyGem and that worked well for me.

gem install rubygems-update

update_rubygems
zhirzh

Issues with broken rubies, in case of RVM can be solved in a very simple yet untidy method - rvm re-install
You need to remove RVM, along with all the rubies.
Please refer to this article

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!