pip install 安装的Python库在哪里

当使用pip安装Python库时,若想查找其安装路径,可以重新尝试安装,pip将会显示已安装库的位置。例如,安装jenkinsapi库,pip会指示它位于/usr/local/lib/python2.7/dist-packages。
摘要由CSDN通过智能技术生成

装完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   
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值