I'm trying to install some packages for Python.
I've changed the terminal from PS to Terminal.
I've verified that I have the correct paths in the system variables.
I've verified that the aliases are turned off.
I'm still having issues.
If I go to start, and pull up cmd.exe and type "pip help" I get the help menu that I should. However, when I try and run it in the terminal in Visual Studio Code, I get
'pip' is not recognized as an internal or external command, operable program or batch file.
What am I doing wrong here? I've checked a dozen different tutorials. I've completely uninstalled Visual Studio Code and the Python interpreter. I'm at a loss. What is wrong here?
I've tried the "solutions" offered here: The 'python' and 'pip' commands are not working in the Visual Studio Code integrated terminal, but it works in an external terminal, but none of them worked.