我在一个小型存储库中使用RVM,并试图启动一个Pry控制台。 Pry 0.12.2 已作为我的@global gemset中的宝石安装,但没有出现在资源库的软件包中。但是,每次运行它我都会得到
$ pry
Could not find proper version of pry (0.11.1) in any of the sources
Run `bundle install` to install missing gems.
我尝试使用gem uninstall -axI
重新安装它,它应该删除了所有可执行文件,但是没有运气。
为什么还会要求提供任何不相关的版本?