This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. 安装 rvm | |
| curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s stable | |
| 2. 查看 ruby 可用版本 | |
| rvm list known | |
| 3. 安装最新版 ruby | |
| rvm install ruby-$version | |
| 4. 使用 gem 安装 cocoapods(使用 brew 重装不起作用) | |
| gem install cocoapods |