Ubuntu安装Python时报错:E: 无法定位软件包 python-pip

sudo apt-get install python-pip

把python改成python3

sudo apt-get install python3-gevent python3-pip