简体   繁体   English

无法卸载Compass

[英]Can't Uninstall Compass

I'm trying to uninstall Compass, so I ran sudo gem uninstall compass and it seemed to go through the uninstall process normally. 我正在尝试卸载Compass,所以我运行了sudo gem uninstall compass ,它似乎正常通过卸载过程。 If I try running sudo gem uninstall compass again it just gives me a new command line. 如果我再次尝试运行sudo gem uninstall compass ,它只会给我一个新的命令行。

However, if I run compass -v , it still returns version information: 但是,如果我运行compass -v ,它仍然会返回版本信息:

Compass 0.12.2 (Alnilam)
Copyright (c) 2008-2014 Chris Eppstein
Released under the MIT License.
Compass is charityware.
Please make a tax deductable donation for a worthy cause: http://umdf.org/compass

So is Compass really uninstalled? Compass 真的卸载了吗? If not, how do I uninstall it completely? 如果没有,我该如何完全卸载它?

If you ask it gem which compass and go there and remove that gem (manually), you should find joy. 如果你问gem which compass并去那里并移除那颗宝石(手动),你应该找到快乐。 However, it seems like you have some issues. 但是,似乎你有一些问题。 Perhaps you are using some kind of Ruby environment manager, such as rbenv , chruby or RVM ? 也许您正在使用某种Ruby环境管理器,例如rbenvchrubyRVM Or have used one of them. 或者使用过其中一个。 In that case, you may need to not use sudo to remove the gem. 在这种情况下,您可能需要不使用sudo来删除gem。 (automated, and recommended). (自动化,推荐)。

You are attempting to remove the system installed gem, but not the user space installed gem. 您正在尝试删除系统安装的gem,但不会删除已安装的用户空间gem。

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

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