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

后端 未结 9 896
独厮守ぢ
独厮守ぢ 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:31

    I was having the same problem with my install, and then I fully read the details that terminal left once the install was finished.

    Try using source /usr/local/rvm/scripts/rvm

    Once I did that, the function type rvm | head -1 returned rvm is a function

提交回复
热议问题