Как найти все установленные пакеты в Python

# open cmd and type:
py sudo apt-get install python-pip
# and then
pip freeze 
Rocku0