我有一个运行旧版本默认的系统,不支持 pip,我也有 Python 2.7.11
我按照步骤操作这里
但每当我运行命令时:
python get-pip.py
我收到错误
Could not find a version that satisfies the requirement pip
我该如何解决这个问题?谢谢
答案1
你可以pip
通过运行以下命令安装 Python 2:
sudo apt-get install python-pip
我有一个运行旧版本默认的系统,不支持 pip,我也有 Python 2.7.11
我按照步骤操作这里
但每当我运行命令时:
python get-pip.py
我收到错误
Could not find a version that satisfies the requirement pip
我该如何解决这个问题?谢谢
你可以pip
通过运行以下命令安装 Python 2:
sudo apt-get install python-pip