Installing RVM on Ubuntu

后端 未结 4 1476
谎友^
谎友^ 2020-12-15 05:41

I\'ve got a strange error when I try to run this rvm install script (newly installed ubuntu 11.10):

bash < <(curl -s https://rvm.beginrescueend.

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-15 06:05

    You may have installed the debian packaged rvm. You can clean it first with:

    $ sudo apt-get --purge remove ruby-rvm 

提交回复
热议问题