📜  pip 自行卸载 - Python 代码示例

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

代码示例2
#the best way to install pip if uninstalled is using the following command

python -m ensurepip

# not only it will check whether there is pip installed , it will install 
# for you if not found