Python 环境配置: 安装 pip: A tool for installing and managing Python packages.
To install or upgrade pip, securely download get-pip.py. Then run the following (which may require administrator access):
$ sudo python get-pip.py
#Upgrade pip
$ pip install -U pip