Can't install RVM on Redhat Linux Server

北城以北 提交于 2019-12-12 03:25:58

问题


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

回答1:


You just found an issue and an bug, they should be reported to RVM => https://github.com/wayneeseguin/rvm/issues



来源:https://stackoverflow.com/questions/18179648/cant-install-rvm-on-redhat-linux-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!