Re: django-admin commands, diango 1.10 with python 2 & python 3 on windows installed

2016-09-27 Thread Ricardo Daniel Quiroga
Hi, Use and create a virtualenv to work with your specific python version > virtualenv -p alternative create a python2.bat and add to the path for call python, remove the secundary python from path > python2 2016-09-26 16:16 GMT-03:00 anton : > Hi, > > I am using django

django-admin commands, diango 1.10 with python 2 & python 3 on windows installed

2016-09-26 Thread anton
Hi, I am using django 1.10.1 with the following configuration: - windows 7 64bit - python 2.7.12 32 bit Now I am switching to python 3 so I installed additionally python 3.5.2 64 bit. I still need to keep python 2 because I have also trac (https://trac.edgewall.org) with mercurial