Выше не работает в первый раз, работает 2-й раз.
Попробуйте установить версию ruby версии 2.0.0 для любых новых окон оболочки.
Выполнение
$ rvm use 2.0.0 --default
дает
Warning! PATH is not properly set up, '/home/durrantm/.rvm/gems/ruby-1.9.3-p125/
bin' is not at first place,
usually this is caused by shell initialization files - check them for '
PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --au
to-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-1.9.3-p125'
.
Using /home/durrantm/.rvm/gems/ruby-2.0.0-p247
Затем сделаем то же самое
$ rvm use 2.0.0 --default
теперь не дает ошибки, т.е.
$ rvm use 2.0.0 --default
Using /home/durrantm/.rvm/gems/ruby-2.0.0-p247
durrantm.../durrantm$
но новые окна все еще дают мне ruby 1.9.3, а не 2.0.0
В моем файле .bashrc
есть:
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
[[ -s "/home/durrantm/.rvm/scripts/rvm" ]] && . "/home/durrantm/.rvm/scripts/rvm"
У моего .bash_profile есть:
source ~/.profile
case $- in *i*) . ~/.bashrc;; esac
Попытка
rvm get stable
похоже, работает, но в конце много зеленого вывода показывает:
Could not update RVM, get some help at #rvm IRC channel at freenode servers.
Новые окна терминала с rvm list rubies
показывают это:
$ rvm list rubies
Warning! PATH is not properly set up, '/home/durrantm/.rvm/gems/ruby-1.9.3-p125/bin' is not at first place,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-1.9.3-p125'.
rvm rubies
=> ruby-1.9.3-p125 [ x86_64 ]
ruby-1.9.3-p194 [ x86_64 ]
* ruby-2.0.0-p247 [ x86_64 ]
# => - current
# =* - current && default
# * - default