查看python所有安装的模块

python3 -m pydoc modules

 

列出所有pip安装的package

pip list

 

相关文章: