pip

列出所有安装的库

pip list

列出所有过期的库

pip list --outdated

安装pip-review。

pip install pip-review
pip
-review --local --interactive

 

pip-review ERROR: Could not install packages due to an EnvironmentError: [WinError 5]

https://blog.csdn.net/myourdream2/article/details/87560092

原博客地址:https://www.cnblogs.com/luckjun/p/4958338.html

其他:https://www.jianshu.com/p/f4ed8cc9f202

相关文章:

  • 2021-06-10
  • 2021-08-12
  • 2021-07-31
  • 2021-07-09
  • 2021-10-15
  • 2022-12-23
  • 2021-08-11
猜你喜欢
  • 2022-02-09
  • 2022-12-23
  • 2021-08-21
  • 2022-01-17
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案