解决pip升级问题
pip show pip 出現以下問題
- WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. Please see
https://github.com/pypa/pip/issues/5599 for advice on fixing the
underlying issue. To avoid this problem you can invoke Python with
‘-m pip’ instead of running pip directly
直接刪除
- python -m pip uninstall pip
更新
- pip install --upgrade pip
總結
- 上一篇: JBoss5.x6.x 反序列化漏洞
- 下一篇: Scapy模块下载