Error while installing ruby using rvm

后端 未结 14 2106

Am getting the below error while trying to install ruby using rvm:

$rvm install 1.9.3
Searching for binary rubies, this might take some time.
Checking requir         


        
14条回答
  •  既然无缘
    2020-12-13 15:18

    Remove broken or 404 repos from your /etc/apt/sources.list.

    rvm will fail if you don't remove or comment them out.

    To work out which aren't working, run apt-get update and see which ones are marked as failing.

    Once you are using rvm, installing Ruby is easy.

    rvm install ruby

    rvm use ruby --default

    I had the same problem.

提交回复
热议问题