赞
踩
清华的ubuntu 20.04 源里没有pip2 也就是python-pip 包
1、 更新apt
sudo apt update
2、安装pip2
Python 2的 pip 没有被包含在 Ubuntu 20.04源仓库中。使用get-pip.py脚本来为 Python 2 安装 pip。
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py
sudo python2 get-pip.py
3、 验证pip2安装成功
pip2 –version
4、pip 通过修改头文件#!中的python2和python3进行切换。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。