How to put Python virtual environment base back from miniforge to anaconda?
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’? >Solution : 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.