2013-10-10 31 views
0

我想在運行最新操作系統的Mac上安裝RVM。RVM無法寫入正文

我第一次嘗試

$ \curl -L https://get.rvm.io | bash -s stable 
Cannot open for reading: "stable" 
% Total % Received % Xferd Average Speed Time Time  Time Current 
           Dload Upload Total Spent Left Speed 
100 184 100 184 0  0 181  0 0:00:01 0:00:01 --:--:-- 181 
100 15779 100 15779 0  0 11505  0 0:00:01 0:00:01 --:--:-- 98618 
(23) Failed writing body 

然後我試圖丟棄stable

$ \curl -L https://get.rvm.io | bash -s 
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 24 2013 18:58:47) 
Argument missing after: "-s" 
More info with: "vim -h" 
% Total % Received % Xferd Average Speed Time Time  Time Current 
           Dload Upload Total Spent Left Speed 
100 184 100 184 0  0 148  0 0:00:01 0:00:01 --:--:-- 148 
100 15779 100 15779 0  0 7706  0 0:00:02 0:00:02 --:--:-- 30698 
(23) Failed writing body 

我也曾嘗試以下

$ \curl -L https://get.rvm.io | bash 
% Total % Received % Xferd Average Speed Time Time  Time Current 
          Dload Upload Total Spent Left Speed 
0  0 0  0 0  0  0  0 --:--:-- --:--:-- --:--:--  0Vim: Warning: Input is not from a terminal 
100 184 100 184 0  0 111  0 0:00:01 0:00:01 --:--:-- 111 
100 15779 100 15779 0  0 8689  0 0:00:01 0:00:01 --:--:-- 8300k 
Vim: Error reading input, exiting... 
Vim: preserving files... 
Vim: Finished. 
+0

看起來像bash運行vim? – mpapis

回答

1

如何\curl -L https://get.rvm.io | bash

installation page for RVM是必不可少的閱讀。

+0

我已閱讀RVM頁面。我運行這個命令並用輸出更新了答案。 – joshuahornby10