I looked everywhere and cannot find where the packages are installed.
Also, are these packages from pip , modules, libraries, or just packages in python terminology?
From the docs
Python usually stores its library (and therefore the folder of your site) in the installation directory. So, if you installed Python in C: \ Python \, the default library will be in C: \ Python \ Lib \, and third-party modules should be stored in C: \ Python \ Lib \ site-packages.
for the default location python 3.XC: \ Users \ username \ AppData \ Local \ Programs \ Python \ Python36 \ Lib \ site-packages
Source: https://habr.com/ru/post/1201215/More articles:Apache Tez Architecture Explanation - hadoopDMA memcpy operation on Linux - linuxHow to pass an object as a hidden parameter using RedirectToAction? - asp.net-mvcHow to add an express route if the application is already listening? - javascriptDebugging after reactivation of activity - javaFrame video in a device with Android Studio Screen Record - androidHow to set scope for specific variables in another file for JSHint in WebStrom? - javascriptStart date - start of a new day at 3 a.m. - c #https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1201219/sending-emails-to-multiple-recipients-using-vba&usg=ALkJrhiAUn8jtMqlrvuA-ZkL_5xHwUhdXwUITextView highlights all matches with swift - swiftAll Articles