When I am trying to execute this in CMD
python get-pip.py
I am getting this error:
python: can\'t open file ge
Try to either cd into folder with script (cd "C:\Python27\Tools\Scripts") or add this folder to your PATH variable.
cd
cd "C:\Python27\Tools\Scripts"