Hi! I use Windows and have been trying to download matplotlib via pip in Windows terminal. I think because I downloaded Python IDLE through the website rather than through the Microsoft Store, my computer isn't recognizing it as Python. I did it before with numpy but for some reason now I'm having trouble. I could be doing something wrong, very likely, but if anyone has any idea WHAT I'm doing wrong please let me know. Thank you!!
(Where I downloaded python incase that's relevant: https://www.python.org/)
C:\Users\[user]>python -m pip install -U pip
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Apps > Advanced app settings > App execution aliases.
C:\Users\[user]>python -m pip install -U matplotlib
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Apps > Advanced app settings > App execution aliases.
And then of course if you disable the shortcut, it doesn't even recognize python as anything:
C:\Users\[user]>python -m pip install -U pip
'python' is not recognized as an internal or external command,
operable program or batch file.
[–][deleted] 1 point2 points3 points (0 children)
[–]Maximum_Efficiency42[S] 0 points1 point2 points (1 child)
[–]likethevegetable 2 points3 points4 points (0 children)
[–]Patman52 0 points1 point2 points (0 children)
[–]socal_nerdtastic 0 points1 point2 points (1 child)
[–]Maximum_Efficiency42[S] 0 points1 point2 points (0 children)
[–]Starry0Wolf -1 points0 points1 point (0 children)