简体   繁体   中英

Can't install RVM on Redhat Linux Server

I need to install RVM in order to get my copy of Ruby updated to 2.0.0

I've tried this following command:

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

But it doesn't work and I get the following error:

  % 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'. 

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM