INSTALLATION DOES NOT WORK FRO GITBASH COMMAND LINE

Mats Wichmann mats at wichmann.us
Wed Aug 24 09:22:42 EDT 2022


On 8/23/22 05:00, Gladstone Rose wrote:
> Why is my installation of Python does not work at the command line for git bash.
> 
> I get the following message
> bash: python3: command not found

The git bash package for Windows is built from msys2, a GNU/Linux type
environment which is only provisioned with tools that are deemed
necessary for the operation of git. Which happens not to include Python.
You can add it there, although it's not entirely trivial, because the
git-bash setup also doesn't include the pacman package manager, which
would make the install trivial.



More information about the Python-list mailing list