MacOS zsh cannot find jupyter-notebook based on anaconda
My Solution:
- open file ~/.zshsrc
- put this line in the file
export PATH="/Users/xxxx/anaconda3/bin:$PATH"
** location of your anaconda **
3. run command
source ~/.zshrc
My Solution:
export PATH="/Users/xxxx/anaconda3/bin:$PATH"
** location of your anaconda **
3. run command
source ~/.zshrc