Lokasi Paket Info Pip

$ 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: [email protected]
# License: MIT
# Location: /usr/local/lib/python3.10/dist-packages
# Requires: 
# Required-by: 
Foolish Finch