尝试使用official method在Ubuntu 12.04 VM上安装pip时,它给出了以下错误。我不能使用apt-get install python-pip,因为它安装了pip 1.0
我使用命令
删除了我现有的旧版pipsudo apt-get remove --purge python-pip
然后我下载了get-pip.py文件并使用以下命令运行它
sudo python get-pip.py
但是我收到了这个错误
Downloading/unpacking pip
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement pip
Cleaning up...
No distributions at all found for pip
Storing debug log for failure in /home/xuyu/.pip/pip.log
谁能告诉我我做错了什么?
设置