What's the difference between anaconda2/Lib/site-packages/<pkg> and anaconda2/pkgs/<pkg>?
问题 I have the latest anaconda2 installed. I found the same packages exist in both anaconda2/Lib/site-packages/<pkg> and anaconda2/pkgs/<pkg> . What are the differences and the pkgs under which one are called in python? 回答1: The packages in the Anaconda2/Lib/site-packages folder is where Python looks to import packages. The packages in the Anaconda2/pkgs folder are the packages that are downloaded and extracted by Conda when you specify an update or install. Depending on your settings, the