Steve Dower <steve.do...@python.org> added the comment:
So if I've understood you, there are three Python installs on your machine. Two of them are Windows builds, which are listed in the registry and discovered by py.exe -0p. The third is the MSYS2 build, which is *not* listed in the registry and is *not* discovered by py.exe -0p. However, when you specify the shebang line "/usr/bin/env python" in a file and launch it as "py.exe myfile.py" from a non-MSYS2 prompt, it launches the MSYS2 Python. Is that correct? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46002> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com