获取python包的路径

2023-01-31 02:01:53 python 路径 获取


appleyuchi@appleyuchi-MS-7A67:~/PyCharmProjects/python$ Python

Python 2.7.12 (default, Nov 19 2016, 06:48:10) 
[GCC 5.4.0 20160609] on linux2

Type "help", "copyright", "credits" or "license" for more infORMation.


>>> import chatterbot
>>> print chatterbot.__file__
/home/appleyuchi/.local/lib/python2.7/site-packages/chatterbot/__init__.pyc
>>> 

相关文章