Acho que consertei colocando meu arquivo ~/.bashrc
:
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
Como você consegue que o rvm funcione corretamente com o gnome-terminal?
wim@wim-desktop:~$ rvm list
rvm rubies
=* ruby-1.9.3-p392 [ x86_64 ]
ruby-2.0.0-p0 [ x86_64 ]
# => - current
# =* - current && default
# * - default
wim@wim-desktop:~$ ruby --version
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
wim@wim-desktop:~$ rvm use 1.9.3
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
You need to change your terminal emulator preferences to allow login shell.
Sometimes it is required to use '/bin/bash --login' as the command.
Please visit https://rvm.io/integration/gnome-terminal/ for a example.
Eu li aqui que eu preciso verificar "Executar comando como um shell de login" no meu terminal gnome preferências de perfil, o que eu fiz e reabriu um novo terminal, mas não funcionou. Então eu li aqui que para corrigir os arquivos de configuração automaticamente eu posso rodar:
wim@wim-desktop:~$ rvm get [head|stable] --auto
stable]: command not found
cat: /home/wim/.rvm/help/get: No such file or directory
Could not update RVM, get some help at #rvm IRC channel at freenode servers.
O que também não funcionou, como você pode ver.
Tags gnome-terminal ruby rvm