安装 CocoaPods
CocoaPods 是基于 Ruby 开发的, 其安装需要 Ruby 环境. 幸运的是 MAC 默认都是预装 好 Ruby 的.
在开始安装前, 我们有两点需要准备:
-
确定 Ruby 环境是好的, 并配置好环境变量
PATH
.
编辑~/.profile
或~/.bash_profile
, 配置PATH
:
export PATH=$HOME/.rvm/bin:$PATH
安装 CocoaPods
CocoaPods 是基于 Ruby 开发的, 其安装需要 Ruby 环境. 幸运的是 MAC 默认都是预装 好 Ruby 的.
PATH
.
编辑~/.profile
或~/.bash_profile
, 配置PATH
:
export PATH=$HOME/.rvm/bin:$PATH
Host by is-Programmer.com | Power by Chito 1.3.3 beta | Theme: Aeros 2.0 by TheBuckmaker.com