I've installed Python 2.7.9, which comes with already bundled with pip. I've check that it's there in the modules list.
But when I run pip install
I get
SyntaxError: invalid syntax
With install highlighted as the error?
What am I doing wrong?
To install try the following command:
what i would suggest is navigate to the location where pip is located and try with the following command : Pip install enter image description here