where pip installed code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: windows where are pip packages installed
#Windows
%localappdata%\programs\python\python38\lib\site-packages
#Installed with chocolatey
C:\Python38\Lib\site-packages