可以通过Python一键执行命令,如下:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
执行后系统报错:
ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/pip/2.7/get-pip.py instead.
因为我的python版本是Python 2.7.5 而官网说:https://pip.pypa.io/en/stable/insta...






