1. Ruby
1.1. 安装
1.1.1. rvm
安装 rvm
$ curl -L https://get.rvm.io | bash -s stable --autolibs=enabled
把其它方式安装的 ruby 添加到 rvm
$ rvm automount
查看已安装的 ruby
$ rvm list
查看稳定版本
http://www.ruby-lang.org/zh_cn/downloads/
安装 ruby
$ rvm install 2.2.5