Dan McCombs added the comment:
Thanks Brett.
--
___
Python tracker
<http://bugs.python.org/issue26348>
___
___
Python-bugs-list mailing list
Unsubscribe:
Dan McCombs added the comment:
Yes, reverting cfc66e37eb8e and 0f1ac94d2f98 should resolve #26664.
--
___
Python tracker
<http://bugs.python.org/issue26
Dan McCombs added the comment:
I somehow missed the comment on 2016-04-01, I apologize for being late to look
at this.
Xiang is right, this patch should be reverted.
It looks like the issue reported was originally brought on by an activate.fish
being used from a Python after the patch in
New submission from Dan McCombs:
Currently, the activate.fish VENV script sets fish's prompt to be prepended
with a literal "__VENV_PROMPT__" rather than the contents of the
$__VENV_PROMPT__ variable as intended.
The attached patch simply adds the missing "$&quo