> No results
That's https://github.com/jarun/googler/issues/286. The 3.9 update has been submitted to Chocolatey, but their review process is always slow. Again, I recommend https://github.com/jarun/googler#downloading-a-single-file as the proper channel for installation within MinGW.
> ytdl
They bundle a Python interpreter with their exe. That's too much of an overkill for googler, which is (expressly designed as) a single script.
> python2 EOL
No, it won't help in the foreseeable future. As I said, the `python3` command is a long established convention formalized in PEP 394. Very few distros decided to repurpose the `python` command when they migrated out of Python 2, so the `#!/usr/bin/env python3` shebang isn't going anywhere.