Question: How do you use pip when cmd does not recognize python or pip but python 3.7 shell recognizes pip?
More Details: I am a beginner coder (5-6 months in) and I installed python 3.7 a while back and to test for pip I typed in import pip in the shell with no error.  Unfortunately when I typed in python -V or pip -V into cmd It said python or pip was not recognized by the cmd. I don't know why this happened so I looked online and  I found this
about getting the cmd to recognize pip but it did not help very much.  When I tried to install pyaudio using pip install pyaudio in cmd it did not recognize pip once again. I do apologize for the poor wording on this question.  Thank you