Same to me. I watched the videos online about how to find it. All failed. 
Finally,I got it accidentally. You just input “command “at the screen of your 
computer. It is at the bottom of screen and next to windows logo. There is a” 
Type here to search “ . You type” command” then hit “enter” . “Command Prompt “ 
is out.
The picture is attached.

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: Python-list <python-list-bounces+estates=hestates....@python.org> on 
behalf of Mats Wichmann <m...@wichmann.us>
Sent: Wednesday, August 24, 2022 8:22:42 AM
To: python-list@python.org <python-list@python.org>
Subject: Re: INSTALLATION DOES NOT WORK FRO GITBASH COMMAND LINE

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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to