1、查看当前安装的所有 Python 版本: ls -l /usr/bin/python* 2、查看当前python支持的依赖包: pip debug --verbose 3、Linux系统如何查看已安装的python包 pip3 list