天天看点

py查找第三方库安装的位置

python

以keras为例:

import keras

print(keras.__file__)