MacOS `zsh` cannot find jupyter-notebook (anaconda-based)

--

This is my solution:

  1. open/create file ~/.zshrc
  2. put this line in the file

export PATH="/Users/xxxx/anaconda3/bin:$PATH"

** location of your anaconda **

3. run command

source ~/.zshrc

--

--

No responses yet