2011-10-31 4 views
0

RVM과 함께 Ruby 1.9.3을 설치하려고합니다. RVM들 아직 1.9.3-p0에 손을 못 했어처럼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' 

보인다. tarball에서 RVM을 사용하여 설치하는 방법이 있습니까? 아니면 그냥 기다려야합니까?

답변

3

유형이 터미널에 :

rvm get head 
rvm reload 
rvm install 1.9.3 

Source

관련 문제