python - pip not working Windows -


pip not working on windows giving me empty output usingpip install virtualenv when try , use virtualenv virtualenv not recognized internal or external command, operable program or batch file. enter image description here

i've added both c:[pythonroute]\python35-32 , c:[pythonroute]\python35-32\scripts enviroment variables

the cmd command python works

enter image description here

maybe try use following command if can run python via cmd.

python -m pip install virtualenv 

Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -