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.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to