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

638 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 best solutions below

0
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.