Python: can't open file 'get-pip.py': [Errno 2] No such file or directory

https://bootstrap.pypa.io/pip/2.7/get-pip.py

For Linux/Mac, you can go for:

curl 'https://bootstrap.pypa.io/get-pip.py' > get-pip.py && sudo python get-pip.py
posted @ 2022-10-04 13:54  zbjice  阅读(1785)  评论(0)    收藏  举报