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

 

import sys
print(sys.path)

or
which python
which python3

posted @ 2019-06-27 23:28  anobscureretreat  阅读(1316)  评论(0编辑  收藏  举报