2011-10-31 48 views
0

我試圖安裝Ruby 1.9.3與RVM。從tarball構建RVM與RVM

[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