如何卸载RVM?

发布于 2024-09-27 22:57:02 字数 257 浏览 1 评论 0原文

可能的重复:
如何从我的系统中删除 rvm(ruby 版本管理器) ?

如何在 Ubuntu 9.10 上卸载(或重新安装)RVM?我搞乱了当前的安装。

Possible Duplicate:
How to remove rvm (ruby version manager) from my system?

How can I uninstall (or reinstall) RVM on Ubuntu 9.10? I messed up my current installation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脱离于你 2024-10-04 22:57:02

这很容易;只需执行以下操作:

rvm implode

或者

rm -rf ~/.rvm

不要忘记删除以下文件中的脚本调用:

  • ~/.bashrc
  • ~/.bash_profile
  • ~/.profile

也许还有其他的,具体取决于您使用的任何 shell。

It’s easy; just do the following:

rvm implode

or

rm -rf ~/.rvm

And don’t forget to remove the script calls in the following files:

  • ~/.bashrc
  • ~/.bash_profile
  • ~/.profile

And maybe others depending on whatever shell you’re using.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文