New submission from Tze Chian Kam <tze.chian....@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 <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

Reply via email to