I recently installed a bunch of dotfiles on my Mac along with some other applications (I changed to iTerm instead of Terminal, and Sublime as my default text editor) but eve
The problem for me(a MacOS user) is that brew
updated the Python and virtualenvs links to the old version which was deleted.
We can check and fix it by
>> ls -al ~/.virtualenvs//.Python
.Python -> /usr/local/Cellar/python//Frameworks/Python.framework/Versions/3.7/Python
>> rm ~/.virtualenvs//.Python
>> ln -s /usr/local/Cellar/python//Frameworks/Python.framework/Versions/3.7/Python ~/.virtualenvs//.Python