Instalé RVM usando el siguiente comando
\curl -L https://get.rvm.io | bash -s stable
Luego reinicié el terminal y ejecuté estos comandos
source ~/.rvm/scripts/rvm
rvm requirements
rvm install ruby
rvm use ruby --default
Si ejecuto estos comandos cuando inicio el terminal, obtengo ruby 2.1.2 como la versión predeterminada de ruby, pero si reinicio el terminal y ejecuto
ruby -v
Me sale el siguiente mensaje
The program 'ruby' can be found in the following packages:
* ruby
* ruby1.8
Try: sudo apt-get install <selected package>