Install Pip with Curl and Python—core—docker

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"

python get-pip.py

pip --help

pip -V
原文地址:https://www.cnblogs.com/ztguang/p/12649541.html