我的新版Ubuntu 18.04没有安装pip3,并且遇到多个问题,我只能使用easy_install3进行安装。但是,easy_install3不可用,安装说明使用的是pip3。我现在陷入僵局。我的尝试:
sudo apt-get install python3-setuptools
成功
sudo easy_install3 pip
:sudo: easy_install3: command not found
答案 0 :(得分:1)
尝试 对于python3点
sudo apt-get install python3-pip
对于python 2.x pip
sudo apt-get install python-pip