My question is similar to difference between /anaconda3/bin/conda and /anaconda3/condabin/conda, and the answer provided there simply solves the OP worries without explanation.
Assuming I have base and created test conda environments. In base
which conda
gives /home/user/miniconda3/bin/conda, totally fine with that. However, in test
which conda
gives /home/user/miniconda3/condabin/conda. I was expecting to get /home/user/miniconda3/envs/test/bin/conda to be sure I am using conda from the test environment.
Any detailed explanations to this, and what condabin means exactly?