0

我需要安装 RVM 才能将我的 Ruby 副本更新到 2.0.0

我已经尝试过以下命令:

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

但它不起作用,我收到以下错误:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13784  100 13784    0     0  34419      0 --:--:-- --:--:-- --:--:-- 34419
Downloading RVM from wayneeseguin branch master
bash: line 133: which: command not found
bash: line 116: rvm_error: command not found

Could not download 'https://github.com/wayneeseguin/rvm/archive/master.tar.gz'.
  curl returned status '200'. 
4

1 回答 1

1

您刚刚发现了一个问题和一个错误,应该将它们报告给 RVM => https://github.com/wayneeseguin/rvm/issues

于 2013-08-12T09:41:05.530 回答