$ python -m pip -V
# example output: pip 22.0.3 from /usr/local/lib/python3.10/dist-packages/pip (python 3.10)
$ pip show <package>
$ pip show pip
# Name: pip
# Version: 22.0.3
# Summary: The PyPA recommended tool for installing Python packages.
# Home-page: https://pip.pypa.io/
# Author: The pip developers
# Author-email: distutils-sig@python.org
# License: MIT
# Location: /usr/local/lib/python3.10/dist-packages
# Requires:
# Required-by: