pip安装
2017-12-01 本文已影响25人
晓龙酱
- 下载pip.py
wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
- 安装pip3
python3 get-pip.py
- 安装pip2
python get-pip.py
wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
python get-pip.py