注意:要按照顺序安装
1. rvm isntall
https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-on-centos-6-with-rvm
- rvm install:
$ sudo yum update
$ sudo yum install curl
$ curl -L get.rvm.io | bash -s stable
如果提示缺少密钥,那么按照提示安装密钥
# If you ran the installer as root, run:
$ source /usr/local/rvm/rvm.sh
# If you installed it through a user with access to sudo:
$


347

被折叠的 条评论
为什么被折叠?



