[issue47239] Python Launcher for Windows (`py -0`) no longer shows star ("*") for default version

Dutcho report at bugs.python.org
Wed Apr 6 07:48:10 EDT 2022


Dutcho <dutcho at ziggo.nl> added the comment:

BTW I just found 'py -0p' also no longer shows the 'venv' path

```
(venv) C:\>py -0p
 -V:3.11 *        C:\Program Files\Python311\python.exe
 -V:3.10          C:\Program Files\Python310\python.exe
 -V:3.9           C:\Program Files\Python39\python.exe
 -V:3.8           C:\Program Files\Python38\python.exe
(venv) C:\>pip -V
pip 22.0.4 from C:\...\venv\Lib\site-packages\pip (python 3.11)
```

Or should I make a separate bug entry for this?

----------

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


More information about the Python-bugs-list mailing list