Python3_Module
目录
Python模块的位置
查看python模块的位置
python3 -m site- 或者在
python3命令行中利用sys包查看路径
|
|
dist-packages和site-packages
dist-packages路径中安装的是pip安装的官方模块site-packages路径中安装的是第三方模块