linux服务器下不同版本的python使用

1、查看当前安装的所有 Python 版本:

ls -l /usr/bin/python*

2、查看当前python支持的依赖包:

pip debug --verbose 

你可能感兴趣的:(python)