While trying to install Python (version 2.7.14) on my laptop (Windows 10) today I ran into some issues.
See below an image of the command prompt: https://i.gyazo.com/83c487ac3cf569006e4121d95fc1dd1f.png
After having tried to fix this myself for a while now I found out that the pip is indeed present, namely in a subfile of python27 (/Tools/Scripts), but is not recognized by cmd. How do I make sure pip is recognized?
For some additional info: -the command prompt is ran as an admin -this is not the default location for python to install (which is C: I think), instead I installed it in the program files, as was advised by my University. -I feel like I might know the step of the installation which I did incorrectly, as the Scripts folder is mentioned specifically here. I simply did what the image below suggested. https://i.gyazo.com/a58d4f209b9d56f458d366355f2344ff.png
Any help would be greatly appreciated, have a good day!