What does conda env do under the hood?
问题 After searching and not finding, I must ask here: How does conda env work under the hood, meaning, how does anaconda handle environments? To clarify, I would like an answer or a reference to questions like: What is kept in the envs/myenv folder? What happens upon activate myenv ? What happens upon conda install ... ? Where can i find such information? 回答1: Conda envs Basically, conda environments replicate the structure of your system, meaning it will store /bin , /lib , /etc , /var , among