2011-10-31 9 views
0

RVMを使ってRuby 1.9.3をインストールしようとしています。tarballからRVMを使ってRubyをビルドする

[21:43:24] [[email protected] ~]$ 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をインストールする方法はありますか?

答えて

3

タイプこの端末へ:

rvm get head 
rvm reload 
rvm install 1.9.3 

Source

関連する問題