pip not working in python 3.5 on Windows 7

Dimuth Ruwantha picture Dimuth Ruwantha · Dec 13, 2015 · Viewed 82.9k times · Source

I have installed python 3.5 on my Windows 7 machine. When I installed it, I marked the check box to install pip. After the installation, I wanted to check whether pip was working, so I typed pip on the command line and hit enter, but did not respond. The cursor blinks but it does not display anything.

Please help.

Regards.

Answer

Vatsal picture Vatsal · Dec 13, 2015

Add the Script folder of python to your environment path

or you can do this from command line:

 python -m pip install package-name