Steve Dower added the comment:

Yeah, it's basically impossible to manage PATH automatically. You've probably 
installed 3.5 just for yourself while 3.4 is installed for all users. In this 
case, 3.5 will always lose because Windows puts user paths after system paths.

You could modify 3.4 to remove it from PATH or use py.exe, which resolves 
versions correctly. Or you can modify your PATH manually.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25089>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to