This is a test version of Biostars. For the public version, visit https://www.biostars.org.
conda env error?

Hello guys, I have a question. I am using a Mac terminal when activating the different environment they are showing the same files. Is it normal ? enter image description here

conda env

1 answer

conda will show the same files because conda is not a container (like docker), but rather a package manager.

Thank you for your replying

Log in to answer this question.