pip not working in python 3.5 on Windows -


i have installed python 3.5 on windows 7 machine. when installed it, marked check box install pip. after installation, wanted check whether pip working, typed pip on command line , hit enter, did not respond. cursor blinks not display anything.

please help.

regards.

add script folder of python environment path

or can command line:

 python -m pip install package-name 

Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -