I upgraded brew and now I'm getting this message every time I open the terminal:
/usr/bin/python: No module named virtualenvwrapper
virtualenvwrapper.sh: There was a problem running the initialization hooks.
If Python could not import the module virtualenvwrapper.hook_loader,
check that virtualenvwrapper has been installed for
VIRTUALENVWRAPPER_PYTHON=/usr/bin/python and that PATH is
set properly.
I tried the suggested solutions posted by Railslide and Sudipta Basak from the following post, but neither are fixing this issue for me: problems with python and virtualenvwrapper after updating: No module named virtualenvwrapper
Executing "/usr/local/bin/pip3 install virtualenv virtualenvwrapper" gives me the "Requirement already satisfied" message.
I'm on Mac, and this is breaking a few things for me, like Juypter Notebook that I had installed with Anaconda, so any help would be appreciated!