Notes

安装工具

安装 Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装 Cocoapods

sudo gem install cocoapods

安装 Carthage

brew install carthage

安装 Node

brew install node

安装 Python3

brew install python3

安装 Virtualenv

pip3 install virtualenv