macOS安装pip3

1
brew install python3
1
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
1
python3 get-pip.py