Christoph Reiter <reiter.christ...@gmail.com> added the comment:

(MSYS2 maintainer here) If you run a Python script in MSYS2 bash, the shebang 
gets interpreted by bash, which looks up in PATH (which by default doesn't 
include the full Windows PATH to avoid conflicts) and if installed leads to the 
MSYS2 included CPython to be invoked, either the Cygwin based one, or the MinGW 
fork, depending on the active MSYS2 environment.

In short, there is no System CPython involved in any of this.

----------
nosy: +lazka

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

Reply via email to