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
As you can see the constructed path is not valid. Adding it at the beginning of PATH has no effect. This issue affects any case when the call to quote needs to kick in (not only on Windows as previously reported).
The text was updated successfully, but these errors were encountered:
If the quoting added in the fix in #8394 (4ff8d3a) kicks in, it causes virtualenv to fail to activate.
For the common case it is no op:
When the path actually needs quoting, this is what happens:
Please note the embedded quotes.
Virtualenv in activate_this.py uses
__file__
to build the path that should be added to PATH:As you can see the constructed path is not valid. Adding it at the beginning of PATH has no effect. This issue affects any case when the call to quote needs to kick in (not only on Windows as previously reported).
The text was updated successfully, but these errors were encountered: