Issues using zsh shell
Anaconda is installed with bash, so you may run into problems using conda if your OS shell is zsh. Here are some solutions:
1. Append path to .zsh
Open .bash_profile from terminal:
Copy snippet after >>> conda initialize >>>
. Open .zshrc:
Paste the snippet at the bottom and save. Restart terminal.
2. Switch to bash
Although not a satisfying solution, you could temporarily switch to bash when you are using Anaconda.
Go back to previous page:
Using NavigatorUsing TerminalLast updated
Was this helpful?