ubuntu16.04下安装pip

来源:互联网 发布:gps数据统计分析 编辑:程序博客网 时间:2024/06/04 19:12
wget https://bootstrap.pypa.io/get-pip.py
sudo python  get-pip.py
0 0