Difference between revisions of "Pip show"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
  pip show -f <package>
 
  pip show -f <package>
 +
pip show --files <package>
 +
 +
[[pip show -f virtualenv]]
 +
 +
[[pip3 show eth-enr]]
 +
[[pip3 show -f eth-enr]]
 +
 +
[[pip show openapi-spec-validator]]
 +
 +
[[pip3 show --help]]
 +
 +
 +
pip show [[setuptools]]
 +
Name: setuptools
 +
Version: 60.5.0
 +
Summary: Easily download, build, install, upgrade, and uninstall Python packages
 +
Home-page: https://github.com/pypa/setuptools
 +
Author: Python Packaging Authority
 +
Author-email: [email protected]
 +
License: UNKNOWN
 +
Location: /Users/USERNAME/brew/lib/python3.9/site-packages
 +
Requires:
 +
[[Required-by:]]
 +
 +
== Related ==
 +
* [[List files in packages]]
  
 
== See also ==
 
== See also ==

Latest revision as of 21:59, 6 September 2022

pip show -f <package>
pip show --files <package>
pip show -f virtualenv
pip3 show eth-enr
pip3 show -f eth-enr
pip show openapi-spec-validator
pip3 show --help


pip show setuptools
Name: setuptools
Version: 60.5.0
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: [email protected]
License: UNKNOWN
Location: /Users/USERNAME/brew/lib/python3.9/site-packages
Requires:
Required-by:

Related[edit]

See also[edit]

Advertising: