I installed RVM a few days ago, which worked perfectly. A few days later (now, after a few reboots I guess), it\'s like it\'s not installed, shell says rvm not found
rvm not found
I would guess your PATH is not setup to include ~/.rvm or ~/.rvm/bin check if
PATH
~/.rvm
~/.rvm/bin
echo $PATH
includes it. If not you will have to add somthing like
PATH=$PATH:~/.rvm/bin
to your ~/.bashrc