python: can't open file get-pip.py error 2] no such file or directory

后端 未结 3 1221
無奈伤痛
無奈伤痛 2021-01-03 01:06

When I am trying to execute this in CMD

python get-pip.py

I am getting this error:

python: can\'t open file ge         


        
3条回答
  •  心在旅途
    2021-01-03 01:56

    Try to either cd into folder with script (cd "C:\Python27\Tools\Scripts") or add this folder to your PATH variable.

提交回复
热议问题