How to remove RVM (Ruby Version Manager) from my system

前端 未结 12 1589
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 07:53

How can I remove RVM (Ruby Version Manager) from my system?

12条回答
  •  天涯浪人
    2020-11-22 08:24

    I am running Ubuntu 19.04 and followed all the instructions above and then some. Finally, what worked for me was to run

    sudo apt autoremove rvm
    

    and now when I try and reinstall RVM it's actually gone. RVM is invasive, to say the least.

提交回复
热议问题