查看python安装了哪些包

方法一:进入python命令行,输入

help()

help > modules

help(‘modules’)

方法二:pip freeze

方法三:pip list