Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何从我的系统中删除 rvm(ruby 版本管理器)?
如何在 Ubuntu 9.10 上卸载(或重新安装)RVM?我搞砸了我当前的安装。
这简单; 只需执行以下操作:
rvm implode
或者
rm -rf ~/.rvm
并且不要忘记删除以下文件中的脚本调用:
~/.bashrc
~/.bash_profile
~/.profile
也许其他人取决于您使用的任何外壳。