I am running Ubuntu 10.04 Lucid, and I was probably mistaken to remove the RVM, and now its seams will not be completely removed from the system. Now I would like to install it again, but I have problems.
What happens is that I get strange exits when I try to execute some command lines:
This probably means that the RVM is not properly removed, even if ruby ββstitches also work:
$ which ruby /usr/local/bin/ruby $ ruby -v ruby 1.9.2p290 (2011-07-09 revision 32553) [i686-linux]
So, what can I do to completely remove / remove RVM?
UPDATE
I solved part of the problem (or maybe all the problems): that (those) were related to Phusion Passenger, which was still loading the old path associated with the Ruby version managed by RVM.
Backo
source share