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
`command \which` is used in virtualenvwrapper.sh, and it fixes an
infinite loop, because VIRTUALENVWRAPPER_SCRIPT is not being setup
correctly.
In my zsh setup:
% which virtualenvwrapper.sh
sh: suffix aliased to zsh-mime-handler
% command which virtualenvwrapper.sh
/usr/local/bin/virtualenvwrapper.sh
An alternative might be to use `which -p`, but that is probably zsh-only
(not portable).
0 commit comments