Answers for "conda disable auto activate environment"

3

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

conda disable auto activate environment

# In the .bashrc or .zshrc, after the conda initialize block
# enter the following command:

conda config --set auto_activate_base false
Posted by: Guest on April-13-2021

Code answers related to "conda disable auto activate environment"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language