Error while installing ruby using rvm

后端 未结 14 2128

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:31

    make sure you can update your system:

    sudo apt-get update
    

    and then start rvm installation again.

    Update 1:

    also it looks like you are using old version of rvm, make sure to update rvm before continuing:

    rvm get stable
    

提交回复
热议问题