python 查看安装的库的路径(找site-packages)

import sys
print(sys.path)

or
which python
which python3

原文地址:https://www.cnblogs.com/sea-stream/p/11100323.html