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

前端 未结 9 2100
执笔经年
执笔经年 2021-01-30 03:23

I can\'t use pip3 though python3-pip has already been installed. How to solve the problem?

sudo pip3 install virtualenv
sudo: pip3: command not found

sudo apt-g         


        
9条回答
  •  自闭症患者
    2021-01-30 03:45

    Same issue on Fedora 23. I had to reinstall python3-pip to generate the proper pip3 folders in /usr/bin/.

    sudo dnf reinstall python3-pip
    

提交回复
热议问题