📅  最后修改于: 2022-03-11 14:50:22.203000             🧑  作者: Mango
#First download the pip installer with curl
curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py
#Then execute the pip installer
python get-pip.py