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
When using mkvirtualenv and pass in the --python (or the shorter -p version),
virtualenv will fail to find the correct interpreter path if that path is relative to the
working dir, because virtualenvwrapper switches the current directory right before calling virtualenv.
0 commit comments