How to install pip with Python 3?

后端 未结 21 1278
夕颜
夕颜 2020-11-22 01:06

I want to install pip. It should support Python 3, but it requires setuptools, which is available only for Python 2.

How can I install pip with Python 3?

21条回答
  •  逝去的感伤
    2020-11-22 02:04

    And for Windows 8.1/10 OS Users just open cmd (command prompt)

    write this : C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python36-32\Scripts

    then

    just write this : pip3 install {name of package}

    Hint: the location of folder Python36-32 may get different for new python 3.x versions

提交回复
热议问题