Ruby on rails 需要帮助在ubuntu 10.04上安装rvm吗

Ruby on rails 需要帮助在ubuntu 10.04上安装rvm吗,ruby-on-rails,ubuntu,rvm,ubuntu-10.04,Ruby On Rails,Ubuntu,Rvm,Ubuntu 10.04,我遵循了本教程的说明。 我在安装RVM时卡住了 $ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) $ cd $ nano .bashrc $ [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" $ source .bashrc $ type rvm | head -1 $bash

我遵循了本教程的说明。

我在安装RVM时卡住了

$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
$ cd
$ nano .bashrc
$ [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
$ source .bashrc
$ type rvm | head -1
$bash<您可以试试

curl -L https://get.rvm.io | bash -s stable
按照。祝你好运