使用tarball从RVM构建Ruby

时间:2011-10-31 02:57:29

标签: ruby rvm

我正在尝试使用RVM安装Ruby 1.9.3。

[21:43:24] [william@enterprise ~]$ rvm install 1.9.3-p0
Installing Ruby from source to: /Users/william/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)...

ruby-1.9.3-p0 - #fetching 
ruby-1.9.3-p0 - #downloading ruby-1.9.3-p0, this may take a while depending on your connection...
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
            Dload  Upload   Total   Spent    Left  Speed
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 500
ERROR: The requested url does not exist: 'https://rvm.beginrescueend.com/src/ruby-1.9.3-p0.tar.bz2'

看起来RVM的人还没有完成1.9.3-p0。有没有办法从tarball安装RVM,或者我只需要耐心等待吗?

1 个答案:

答案 0 :(得分:3)

在终端输入:

rvm get head
rvm reload
rvm install 1.9.3

Source