简体   繁体   中英

Issues uninstalling rvm in mac os mountain lion

I tried to uninstall rvm using the rvm implode command.The problem I have are the following

Could not remove '/usr/local/rvm/', please try removing it manually. Failed to completely remove /usr/local/rvm -- You will have to do so manually. What commands do I use to remove those directories

try this command to remove rvm completely : rm -rf ~/.rvm

Also make sure to close (and re-open if needed) the terminal afterwards.

you need sudo for system installation implode:

rvmsudo rvm implode

or just remove it all:

sudo rm -rf /usr/locla/rvm /etc/rvmrc /etc/profile.d/rvm.sh

if you want to install rvm again you need to restart computer (required after system installation).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM