Can't install Ruby on Rails with RVM on Ubuntu 13.04

后端 未结 9 903
独厮守ぢ
独厮守ぢ 2020-12-31 17:22

I am trying to install RVM on my Ubuntu machine.

I have used curl to get RVM, but some RVM commands (install, requirements) throw this apt-get error:



        
9条回答
  •  甜味超标
    2020-12-31 17:43

    \curl -L https://get.rvm.io | bash -s stable --ruby . paste this in your terminal window.I used this.It worked for me.for RVM for ruby \curl -L https://get.rvm.io | bash -s stable --rails . Use these to install RVM with ruby on rails

提交回复
热议问题