简体   繁体   English

无法从rvm gemset中删除宝石

[英]Can't remove gem from rvm gemset

It seems like I installed the rails 4.2 and rails 5.0.1 in the same gemset . 好像我在同一gemset安装了rails 4.2rails 5.0.1 Now I want to delete the version 5.0.1 . 现在我要删除版本5.0.1

Here is what I did. 这是我所做的。

> rvm use 2.3.2@rails420
> gem uninstall rails --version 5.0.1
> rails -v
Rails 5.0.1

I am confused why it still exist? 我很困惑为什么它仍然存在?

Gemset's version of rails must not be the one you have running on your machine and backwards. Gemset的rails版本不能是您在机器上向后运行的版本。 Check the overall rails version and the gemset entry. 检查总体rails版本和gemset条目。

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

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