天天看點

py查找第三方庫安裝的位置

python

以keras為例:

import keras

print(keras.__file__)