无法安装 rvm

Dmi*_*try 4 ruby rails 13.04

我想安装 RVM:

ubuntu@ext:~$ rvm
The program 'rvm' is currently not installed. You can install it by typing:
sudo apt-get install ruby-rvm
ubuntu@ext:~$ sudo apt-get install ruby-rvm
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ruby-rvm
Run Code Online (Sandbox Code Playgroud)

我该怎么做?

Sir*_*rlo 11

要使用 ruby​​ 安装 RVM stable,请运行以下命令:

\curl -L https://get.rvm.io | bash -s stable --ruby
Run Code Online (Sandbox Code Playgroud)

注意:curl 前有一个反斜杠。如果您在 ~/.curlrc 文件中使用配置别名,这可以防止行为不端。

来源