When I open my terminal on my macOS machine, I am greeted with the following message:
virtualenvwrapper_run_hook:12: no such file or directory: /usr/local/bin/python3.7 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/local/bin/python3.7 and that PATH is set properly.
I have the following:
Python3 --version
Python 3.8.5
How can I go about fixing this?
Related: PyCharm error: Cannot run program, error=2, No such file or directory