尝试卸载 imagemagick 但所有 gems 都安装在该目录中
我在我的 Rails 应用程序中安装了 imagemagick,现在我尝试卸载它,我意识到所有 gem 都位于该目录中。一旦我删除该目录,它就会破坏我的应用程序。当我在删除目录后尝试再次捆绑安装 gems 时,它会创建另一个 imagemagick 文件夹并将所有 gems 放入其中。看来 imagemagick 在我的应用程序中安装了一些东西。我该如何摆脱它?
I installed imagemagick in my rails app and now that I am trying to uninstall it, I realize all gems are located within that directory. As soon as I remove the directory it breaks my app. When I try to bundle install the gems again after removing the directory, it creates another imagemagick folder and puts all the gems in there. It seems imagemagick installed stuff all over my app. How do I get rid of it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有同样的问题。
安装到 project/imagemagick 文件夹中的 gems
我所做的是:
这达到了目的,但是我不知道如果我通过捆绑程序更新 gem 会发生什么。并且不知道为什么它会发生在第一位!
祝你好运,
格热戈日
Had the same issue.
The gems where installed into project/imagemagick folder
what I did was:
And that did the trick, however I do not know what will happen if I will update gem via bundler. And have no idea why it happened on first place!
Good Luck,
Grzegorz