MacOS `zsh` cannot find jupyter-notebook (anaconda-based)
Jan 12, 2021
This is my solution:
- open/create file ~/
.zshrc
- put this line in the file
export PATH="/Users/xxxx/anaconda3/bin:$PATH"
** location of your anaconda **
3. run command
source ~/.zshrc