One - One Code All

Blog Content

pip显示安装包列表和单独信息

Python   2007-12-11 23:32:21

PyPI查找包

pip3 search

╰─➤  pip3 search selenium

selenium (3.141.0)                       - Python bindings for Selenium


2,安装包

pip3 install

╰─➤  pip3 install selenium


3,列出已安装的包

pip3 list

╰─➤  pwd

astroid           2.2.5

certifi           2019.3.9

chardet           3.0.4

Click             7.0

colorama          0.4.1

delegator.py      0.1.1


╰─➤  pip3 list | grep selenium

selenium          3.141.0


4,显示已安装软件包的信息

pip3 show

╰─➤  pip3 show selenium

Name: selenium

Version: 3.141.0

Summary: Python bindings for Selenium



上一篇:python中whl格式包的安装
下一篇:如何找到我的Python site-packages目录的位置?

The minute you think of giving up, think of the reason why you held on so long.