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$ open ~/.zshrc2. Switch to bash
# Switch to bash
$ chsh -s /bin/bash
# Switch back to zsh
$ chsh -s /bin/zshGo back to previous page:
Using NavigatorUsing TerminalLast updated