pip3: command not found but python3-pip is already installed

6 浏览
0 Comments

pip3: command not found but python3-pip is already installed

虽然已经安装了python3-pip,但我无法使用pip3。该如何解决这个问题?

sudo pip3 install virtualenv
sudo: pip3: command not found
sudo apt-get install python3-pip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python3-pip is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.

0