Risposte:
Puoi sempre installare Ruby over rvm , che può essere eseguito come un singolo utente.
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
o, se non hai git:
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest
Quindi esegui quanto segue per inserire rvm nel tuo .bash_profile
:
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
Ricarica la configurazione della shell:
source ~/.bash_profile
Infine, installa Ruby 1.9.2:
rvm install 1.9.2
Puoi configurare rvm per usarlo come predefinito:
rvm --default use 1.9.2
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer
ping
l'ospite allora?