import sys import inspect print(sys.path) # 인터프리터가 모듈 불러오는 모든 경로 print(inspect.getfile({모듈이름})) # 특정 모듈이 있는 경로