Unable to activate environment - prompted to Run 'conda init' before 'conda activate' but it doesn't work

conda init needs shell name sometimes

if using zsh,

run:

conda init zsh

exit out of the shell, reopen and run:

conda activate test_env

6 Likes