on OSX, every new terminal opened, I need to re-do the:
export PATH=~/miniconda3/bin:$PATH
or it will be
zsh: command not found: conda
on OSX, every new terminal opened, I need to re-do the:
export PATH=~/miniconda3/bin:$PATH
or it will be
zsh: command not found: conda
Add
export PATH=~/miniconda3/bin:$PATH
to ~/.zshrc
Here is good explanation about startup files: http://superuser.com/questions/187639/zsh-not-hitting-profile