📜  pip 问题 linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:13.796000             🧑  作者: Mango

代码示例1
//IF you have problem with your pip try the oldest one :]
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python get-pip.py
pip install xlrd --upgrade