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.
i've added both c:[pythonroute]\python35-32 , c:[pythonroute]\python35-32\scripts enviroment variables
the cmd command python works
maybe try use following command if can run python via cmd.
python -m pip install virtualenv
Comments
Post a Comment