python的pip如何更新到最新版本

如何将pip更新到最新版本?

只用使用命令如下就可以更新了。

python -m pip install --upgrade pip  

而Anaconda更新命令为

conda install mingw libpython  

原文链接:https://blog.csdn.net/csuzhaoqinghui/article/details/53400634

    原文作者:feng_zhiyu
    原文地址: https://blog.csdn.net/feng_zhiyu/article/details/79721827
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞