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
Avoid reliance of VIRTUAL_ENV environment variable
Use check suggested in PEP-0405 and pointed out by @ndgrigorian
to compare sys.base_exec_prefix and sys.exec_prefix which would
be different under virtual environment.
The check that pyvenv.cfg exists is retained.
0 commit comments