Как заставить rvm правильно играть с gnome-терминал?
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.
Я прочитал здесь, что мне просто нужно проверить "Выполнить команду как оболочку входа в систему" в настройках своего профиля терминала gnome, что я и сделал и открыл новый терминал, но он не работал. Затем я прочитал здесь, что для автоматического исправления файлов конфигурации я могу запустить:
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.
Что тоже не сработало, как видите.