python - Installing to virtual env doesn't work -


i install virtualenv, yet still runs versions c:\python27\site-packages or c:\python34\site-packages. when try install pip in venv installed , location global site-packages.

any idea why be??

also virtualenv wrapper commands work when workon x doesn't activate venv.

os win7. problem occurred on powershell , git bash.

thanks

seems realiasing pip , starting on , using --force-installed install on (including venv) worked.


Comments

Popular posts from this blog

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - No viable overloaded operator for references a map -