package whole conda environment code example
Example 1: How do I set Conda to activate the base environment by default?
conda config --set auto_activate_base true
Example 2: how to make conda to use global packages
export PYTHONNOUSERSITE=0
conda config --set auto_activate_base true
export PYTHONNOUSERSITE=0