如何卸載RVM? [重複]

本文翻譯自:How to Uninstall RVM? [duplicate]

Possible Duplicate: 可能重複:
How to remove rvm (ruby version manager) from my system? 如何從我的系統中刪除rvm(ruby版本管理器)?

How can I uninstall (or reinstall) RVM on Ubuntu 9.10? 如何在Ubuntu 9.10上卸載(或重新安裝)RVM? I messed up my current installation. 我弄亂了我目前的裝置。


#1樓

參考:https://stackoom.com/question/GZds/如何卸載RVM-重複


#2樓

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. 也許其他人取決於你正在使用的任何外殼。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章