How can i completely uninstall rbenv
?
I want to install rvm
and I want to get rid of rbenv
completely so they don't clash.
This is what I did so far:
rm -rf ~/.rbenv
cleared all the lines added to my
~/.profile
fileclosed and reopened my shell
But still get left with a rbenv
command line tool so when i run rbenv
i get the same output as before, with all the options, minus all the ruby versions i had installed before.
EDIT:
When i run which rbenv
i get usr/bin/rbenv
. Should it be safe to just delete it from there?