python查找安装库所在系统路径

#该部分是查找文件路径的代码
import os
import rsa
import inspect

print(os.path.abspath(inspect.getfile(rsa)))

你可能感兴趣的:(python,开发语言,后端)