RVM error while running make install. Error comes while installing power_assert gem

后端 未结 1 1808
终归单人心
终归单人心 2021-01-04 04:01

Im trying to install ruby 2.2.2 in my arch machine. When I run rvm install, I get the following error. Tried several times. Even removed rvm and re-installed. Still the same

相关标签:
1条回答
  • 2021-01-04 04:50

    Same issue. This worked for me:

    rvm get master
    rvm reinstall 2.2.2
    

    I used the head version of rvm before...

    0 讨论(0)
提交回复
热议问题