Answers for "how to change default python for conda environment"

4

How do I set Conda to activate the base environment by default?

conda config --set auto_activate_base true
Posted by: Guest on August-11-2020
0

change python version of a conda environment

conda activate my_env
conda install python=3.6
Posted by: Guest on July-02-2021

Code answers related to "how to change default python for conda environment"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language