How do I install ruby 2.0.0 correctly on Ubuntu 12.04?

前端 未结 8 832
庸人自扰
庸人自扰 2020-12-12 10:54

I have successfully installed rvm, but when I run the following commands

sudo apt-get update

Or:

rvm install 2         


        
8条回答
  •  执念已碎
    2020-12-12 11:27

    I put @PravinMishra's source into a Gist and now you can simply use this one liner:

    wget -O - https://git.io/vvkI4 | bash
    

    NOTE: Don't trust my Gist blindly, download the file and look into it before you run it!

提交回复
热议问题