I installed anaconda in my Mac. It works correct, and in the "Base" env, I setup python3. But in the zsh of emacs(M-x term ret, /bin/zsh ret), in the "Base" env, the python version is python2.7.
I've tried M-x shell, it didn't work either.
In system zsh, after "which python" command: /Users/username/anaconda3/bin/python
In emacs zsh, after "which python" command: /usr/bin/python
In system zsh, after "python --version" command: Python 3.7.3
In emacs zsh, after "python --version" command: Python 2.7.10
In both zsh, there is "(Base)" at the beginning of the line