Resolution:
Resolved
If you've previously utilized conda init
to enable the conda activate
command, your shell configuration file such as .bashrc
would have been altered with conda-specific lines. Upon activation of your environment using source activate
, you may notice that the source activate/deactivate
commands cease to function. However, we will be updating python and miniconda3 modules by May 15th 2024 to ensure that conda activate
no longer alters the .bashrc
file. Consequently, you can safely remove the conda-related lines between # >>> conda initialize >>>
and # <<< conda initialize <<<
from your .bashrc
file and continue using the conda activate
command.