Python not finding pip

To be clear, this is the result you get from python -m pip at the command line?

First, please read the pinned thread and format the output properly (like multi-line code), so we can see it exactly the way it appears in your terminal. Copy and paste from the terminal, including the command (you can replace a username in the prompt if that’s sensitive for you).

What result do you get from pip?

What result do you get from echo %PATH%?

What result do you get from python -c "import sys; print(sys.path)"?