Can someone please explain the Anaconda folder structure?
Every search I do just points me to an explanation of how to create Python packages, and the conda
docs don't seem to explain very much aside from .\pkgs
and .\envs
. I would like to gain a better understanding of what the purpose of each folder is and what sorts of files should go there. For example, why are there files that appear to be duplicates in different folders (e.g. .\Library\bin\git.exe
vs. .\pkgs\git-2.17.0-hb9891f8_1\Library\bin\git.exe
)?