[issue26348] activate.fish sets VENV prompt incorrectly

2016-04-27 Thread Dan McCombs
Dan McCombs added the comment: Thanks Brett. -- ___ Python tracker <http://bugs.python.org/issue26348> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26348] activate.fish sets VENV prompt incorrectly

2016-04-27 Thread Dan McCombs
Dan McCombs added the comment: Yes, reverting cfc66e37eb8e and 0f1ac94d2f98 should resolve #26664. -- ___ Python tracker <http://bugs.python.org/issue26

[issue26348] activate.fish sets VENV prompt incorrectly

2016-04-27 Thread Dan McCombs
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

[issue26348] activate.fish sets VENV prompt incorrectly

2016-02-12 Thread Dan McCombs
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