Python 3.6 No module named pip

前端 未结 3 1816
耶瑟儿~
耶瑟儿~ 2020-12-09 07:26

I have just installed Python 3.6 on Fedora 25 (64 bits) by running dnf install python36 and I can\'t use any modules Python 3.5 can otherwise use just fine, for

3条回答
  •  无人及你
    2020-12-09 08:13

    In Debian distributions, you can run

    sudo apt-get install python-pip ##for python2
    
    sudo apt-get install python3-pip ##for python3
    

提交回复
热议问题