Sopra non funziona la prima volta, funziona la seconda volta.
Prova a impostare la versione di ruby su 2.0.0 per tutte le nuove finestre della shell.
fare
$ rvm use 2.0.0 --default
dà
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
Quindi fare lo stesso
$ rvm use 2.0.0 --default
ora non dà errori, ad es
$ rvm use 2.0.0 --default
Using /home/durrantm/.rvm/gems/ruby-2.0.0-p247
durrantm.../durrantm$
ma le nuove finestre mi danno ancora ruby 1.9.3, non 2.0.0
Il mio .bashrc
file contiene:
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
[[ -s "/home/durrantm/.rvm/scripts/rvm" ]] && . "/home/durrantm/.rvm/scripts/rvm"
Il mio .bash_profile ha:
source ~/.profile
case $- in *i*) . ~/.bashrc;; esac
Provando
rvm get stable
sembra funzionare ma alla fine di molti risultati ecologici mostra:
Could not update RVM, get some help at #rvm IRC channel at freenode servers.
Una nuova finestra di terminale con rvm list rubies
mostra questo:
$ 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
~/.bashrc
,~/.bash_profile
, corsarvm get stable --auto-dotfiles
, ri-controllo~/.bashrc
,~/.bash_profile
e~/.profile
molte volte ... questa risposta finalmente risolto! Ran:rvm reset
e si è sbarazzato degli avvertimenti! (IMHO ... RVM è troppo pignolo nell'essere il primo nel percorso ... Se imposto qualcos'altro prima nel mio percorso so cosa sto facendo)