Ubuntu: pip not working with python3.4

后端 未结 4 1311
余生分开走
余生分开走 2021-02-01 03:55

Trying to get pip working on my Ubuntu pc. pip seems to be working for python2.7, but not for others.

Here\'s the problem:

$ pip
Traceback (most recent c         


        
4条回答
  •  迷失自我
    2021-02-01 04:38

    This worked on my Ubuntu 19.04:

    sudo apt install python3-pip
    

    Then pip3 or python3 -m pip to install python packages.

提交回复
热议问题