如何卸载RVM?
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很容易;只需执行以下操作:
或者
不要忘记删除以下文件中的脚本调用:
~/.bashrc
~/.bash_profile
~/.profile
也许还有其他的,具体取决于您使用的任何 shell。
It’s easy; just do the following:
or
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.