How to install pip with Python 3?

后端 未结 21 1296
夕颜
夕颜 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 01:44

    Please follow below steps to install python 3 with pip:

    Step 1 : Install Python from download here

    Step 2 : you’ll need to download get-pip.py

    Step 3 : After download get-pip.py , open your commant prompt and go to directory where your get-pip.py file saved .

    Step 4 : Enter command python get-pip.py in cmd.

    Step 5 : Pip installed successfully , Verify pip installation by type command in cmd pip --version

提交回复
热议问题