When I run which
command in the terminal, I sometimes get multiples return values. Eg:
python est ~/miniconda3/envs/mikado2/bin/python
python est ~/miniconda3/bin/python
python est /usr/bin/python
So my question is: how to manage these installations ? Which one is the one by default and how to change it ?
More generally, when I use a conda environment, I thought I would have access in priority the one installed in the conda environment, but it does seem to be so straight-forward. How do you handle conda tools versions when you have both these tools installed locally and with conda ?