python 查看所用模块所在路径

用  模块名.__file__可查看到模块所在位置。

例如:

import torch

torch.__file__

posted on 2021-10-18 12:41  MissSimple  阅读(97)  评论(0编辑  收藏  举报

导航