I'm running JupyterLab on MacOS and for some reason I get the following error when trying to switch virtual environments:
bash-3.2$ conda activate yhoo
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- fish
- tcsh
- xonsh
- zsh
- powershell
See 'conda init --help' for more information and options.
I'm able to execute other conda commands in the JupyterLab Terminal such as bash-3.2$ conda env list
without error. I'm able to execute bash-3.2$ conda activate yhoo
outside the JupyterLab Terminal in iTerm without error. Therefore, it seems this is an issue with running Terminal via JupyterLab. Grateful for any guidance.