django - Virtualenv Python Windows -
i'm having problems featured in question: pip python 2.7 , 3.4 on windows machine
but question have this. when use virtualenvwrapper
, mkvirtualenv
, lsvirtualenv
, , rmvirtualenv
work. work on 'venv name' doesn't anything. , when don't use wrapper, doing venvname\scripts\activate activates virtualenv
prefix before name in shell white instead of green, not sure means. main problem this, , may related of other stuff. when begin install stuff using either requirements.txt or manually installing things via pip, of installed packages end in c:\python27\lib\site-packages rather c:\python34\lib\site-packages or whatever. assume has pip3
being located @ c:\python27\site-packages rather c:\python34.
also, when load virtualenv
, begin install things uses packages in c:\python27\lib\site-packages instead of installed virtualenv's site-packages folder. causes lots of issues. example earlier installing django , specifying 1.8, kept saying django 1.5.3 installed. , uninstalling , re-installing didn't help.
anything can fix this?
i able overcome problem realiasing pip correctly , using flag --ignore-installed. seems having 2 python versions installed issue if don't take care set up.
Comments
Post a Comment