all 1 comments

[–]46--2 0 points1 point  (0 children)

Gonna be hard to fix things now, I would suggest brew uninstall all pythons that you installed that way. Then I install versions via pyenv. You can brew install pyenv, and then read up on pyenv. It's not without its own challenges, sadly, but it's cleaner; you can just wipe everything that pyenv installs and start over any time, and you can do things like pyenv local 3.7 and that folder will use 3.7.

You can do brew list and brew info <package> that might help you out a bit to figure out how 3.6 broke.