ruby - rvm安裝 - uninstall rvm
如何卸載RVM (1)
這很容易; 只需執行以下操作:
rvm implode
要么
rm -rf ~/.rvm
不要忘記刪除.bashrc
和/或.bash_profile
中的腳本調用(或者您使用的任何shell)。
我如何在Ubuntu 9.10上卸載(或重新安裝)RVM? 我搞砸了我目前的安裝。
這很容易; 只需執行以下操作:
rvm implode
要么
rm -rf ~/.rvm
不要忘記刪除.bashrc
和/或.bash_profile
中的腳本調用(或者您使用的任何shell)。
我如何在Ubuntu 9.10上卸載(或重新安裝)RVM? 我搞砸了我目前的安裝。