ubuntu下查看pip安装的python包

本文共有859个字,关键词:

问题:如何查看pip已经安装的软件包及版本号?
解决:使用pip freeze命令
方法:
pip freeze命令按需要的格式显示已经安装的包
更多内容可以使用pip -h显示pip的其它命令

Commands:
install                     Install packages.
download                    Download packages.
uninstall                   Uninstall packages.
freeze                      Output installed packages in requirements format.
list                        List installed packages.
show                        Show information about installed packages.
check                       Verify installed packages have compatible dependencies.
search                      Search PyPI for packages.
wheel                       Build wheels from your requirements.
hash                        Compute hashes of package archives.
completion                  A helper command used for command completion.
help                        Show help for commands.

版权声明:本文为作者原创,如需转载须联系作者本人同意,未经作者本人同意不得擅自转载。
添加新评论
暂无评论