[Anaconda3, Windows]
What are the explicit differences between the directories 'site-packages' and 'pkgs' in my Anaconda3 (base python env) folder?
Additionally, I would like to know why 'pkgs' is significantly larger in size than 'site-packages.' On my disk 'pkgs' is 8.0 GB with 112,005 items while 'site-packages' is 1.9 GB with 57,580 items.
I have read the following link : What's the difference between anaconda2/Lib/site-packages/<pkg> and anaconda2/pkgs/<pkg>?
I assume the difference to have to do with caching. Any knowledge or insight is appreciated.