Não consigo mudar a versão atual do Ruby:
➜ ~ rvm list
rvm rubies
ruby-1.9.2-p290 [ x86_64 ]
ruby-1.9.3-p0 [ x86_64 ]
➜ ~ rvm use ruby-1.9.3-p0
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
rvm info
à sua pergunta, por favor.
$ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
é o código a ser usado. Se você tiver RVM instalado em seu caminho, mas não tiver isso em seu script de inicialização, poderá obter o RVM is not a function
erro.