Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unload RVM from current shell?

Tags:

ruby

rvm

How can I unload RVM from the current shell? I found this, but I'm not sure how to use it. It is nowhere documented.

like image 999
Albert Avatar asked Oct 17 '13 07:10

Albert


1 Answers

__rvm_unload is a shell function, which can be run like a normal command:

$ __rvm_unload
like image 119
Jon Cairns Avatar answered Oct 04 '22 16:10

Jon Cairns