Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot uninstall rvm using implode command

Tags:

I am trying to uninstall rvm on mac, when I type the command rvm implode nothing happens, it doesn't display the message Are you SURE you wish for rvm to implode? It just displays Psychologist intervened, cancelling implosion, crisis avoided :)

When I searched I found that this message is displayed when you cancel the implode, the point is I am not getting a chance to cancel it, I just type rvm implode then enter and I get this message.

Is there something wrong in what I am doing here?

like image 220
Yasmine Avatar asked Jul 01 '14 23:07

Yasmine


1 Answers

I just ran into this problem as well, use :

rvm implode --force
Are you SURE you wish for rvm to implode?
This will recursively remove /home/rubyadm/.rvm and other rvm traces?
like image 132
Mike K. Avatar answered Oct 01 '22 11:10

Mike K.