How to put Python virtual environment base back from miniforge to anaconda?

633 views Asked by At
conda env list

base           * /Users/miniforge3
                 /opt/anaconda3
                 /opt/anaconda3/envs/GitHub
                 /opt/anaconda3/envs/downgrade
                 /opt/anaconda3/envs/felix

Can I change the base to the route '/opt/anaconda3'?

1

There are 1 answers

0
Srijib Mandal On BEST ANSWER

You can look for .condarc in you profile path. Also refer to the documentation below. config doc to configure changes to your default config file.