[New-bugs-announce] [issue46002] py Launcher for Windows with MSYS2

Tze Chian Kam report at bugs.python.org
Mon Dec 6 11:56:27 EST 2021


New submission from Tze Chian Kam <tze.chian.kam at gmail.com>:

Using "pyenv" for python installations. "py" launcher detects all installed python versions from "pyenv". When using the shebang feature, if the following shebang is specified, "#!/usr/bin/env python -V", it will detect python version of "3.9.9" from MSYS2 (where the latest version is "3.9.9"). But MSYS2 python is not in registered in registry so it should not be detecting it.

----------
components: Windows
messages: 407840
nosy: Zernoxi, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: py Launcher for Windows with MSYS2
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46002>
_______________________________________


More information about the New-bugs-announce mailing list