pip not working on windows python 2.7.9

2019-02-13 17:51发布

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?

8条回答
祖国的老花朵
2楼-- · 2019-02-13 18:44

To install try the following command:

python.exe -m install web.py
查看更多
欢心
3楼-- · 2019-02-13 18:50

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

查看更多
登录 后发表回答