摘要: 在CMD下运行pip list 查询当前环境安装的所有软件包pip search tool 查询 pypi 上含有某名字的包 pip list --outdated 查询当前环境中可升级的包pip show numpy 查询一个包的详细内容 pip uninstall pkg 卸载软件包pip in 阅读全文
posted @ 2020-01-12 11:26 天子骄龙 阅读(196) 评论(0) 推荐(0)