python get installed libraries code example
Example 1: list all packages installed with pip
pipenv lock -r
Example 2: where are python libraries installed in windows
pip list -v # Or pip3 list -v
# output example (windows 10):
# Package Version Location Installer
# ------------------------- --------- ---------------------------------------------------------------- ---------
# adal 0.4.5 c:\users\test\appdata\roaming\python\python36\site-packages pip
# aiocache 0.10.0 c:\program files\python36\lib\site-packages