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
Post a Comment