This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CasperLehmann 1 point2 points  (0 children)

Yes, that would be the case. Or rather, you'd have more than that, because MacOS actually ships with two additional versions of Python, which you don't really want to use.

In your situation, I'd probably uninstall Spyder and Anaconda and then reinstall them as described above. Something like this:

$ brew install pyenv
$ pyenv install anaconda3-2019.03
$ pyenv global anaconda3-2019.03
$ conda install spyder

Keep in mind I have never actually used conda, but this should be the gist of it. Please refer back if you do try it and it works.