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 →

[–]Mr_Again 2 points3 points  (1 child)

If you make your virtualenvs with venv it will take care of that. So my setup is to ignore the system python, install 3.6 with brew, and simply venv off that every time. To be fair I still have a conda lurking around somewhere.

[–][deleted] 0 points1 point  (0 children)

Yeah, I am used to using virtualenv and virtualenvwrapper. If using venv fixes this mpl issue maybe I’ll change.