[issue25089] Can't run Python Launcher on Windows

Steve Dower report at bugs.python.org
Mon Sep 14 04:27:47 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue25089>
_______________________________________


More information about the Python-bugs-list mailing list