查看python安装路径
查看python安装路径
whereis python
如果同时安装了python2 和 python3
whereis python2
whereis python3
查看pip安装路径
查看pip安装路径
whereis pip
查看pip安装的软件包
pip list
python2 -m pip list
python3 -m pip list
查看pip安装的软件包路径
pip show logzero
本文介绍了如何使用命令行工具查询Python及其相关组件pip的安装路径和已安装的软件包信息,包括针对Python2和Python3的不同查询方法。
查看python安装路径
whereis python
如果同时安装了python2 和 python3
whereis python2
whereis python3
查看pip安装路径
whereis pip
pip list
python2 -m pip list
python3 -m pip list
pip show logzero

被折叠的 条评论
为什么被折叠?