查看Linux上的Python安装了哪些库

首选pip list或pip3 list

当Linux没安装pip时,进入Python命令行,然后执行

help("modules")