You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns /usr/bin/python instead of brewed python, causing package import problems.
Error when opening new 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.
The text was updated successfully, but these errors were encountered:
returns /usr/bin/python instead of brewed python, causing package import problems.
Error when opening new terminal:
The text was updated successfully, but these errors were encountered: