装完python的库,如果不知道装在了哪里,就再装一遍,pip会提示安装位置:
以jenkinsapi为例:
$ sudo pip install jenkinsapi
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Requirement already satisfied: jenkinsapi in /usr/local/lib/python2.7/dist-packages (0.3.11)
......
Pip提示:jenkinsapi已经安装在 /usr/local/lib/python2.7/dist-packages
验证一下:
$ cd /usr/local/lib/python2.7/dist-packages
$ ls jenkins*
jenkins.py jenkins.pyc
jenkins-1.0.2-py2.7.egg-info:
dependency_links.txt installed-files.txt PKG-INFO SOURCES.txt top_level.txt
jenkinsapi:
api.py config.py credentials.pyc