1. 查看python路径终端输入命令:

whereis python

假设你的电脑上同时安装了python2和python3,可以使用使用以下命令分别查看其安装路径:

whereis python2whereis python3

2.查看使用pip安装的软件包默认python3

pip list

python2查看pip安装的软件包名称及版本

python2 -m pip list

python3查看pip安装的软件包名称及版本

python3 -m pip list

同样也可以是用命令

pip freeze

pip list 和 pip freeze的区别可以参考:https://blog.csdn.net/vitaminc4/article/details/76576956

3.查看pip安装的软件包路径 

pip show logzero

结果:

---Metadata-Version: 2.0Name: logzeroVersion: 1.5.0Summary: Robust and effective logging for Python 2 and 3Home-page: https://github.com/metachris/logzeroAuthor: Chris HagerAuthor-email: chris@linuxuser.atLicense: MIT licenseLocation: /root/.jumbo/lib/python2.7/site-packagesRequires:

 


比丘资源网 » Python3

发表回复

提供最优质的资源集合

立即查看 了解详情