[issue26664] find a bug in activate.fish of venv of cpython3.6

Xiang Zhang report at bugs.python.org
Wed Apr 27 13:44:18 EDT 2016


Xiang Zhang added the comment:

The patch introduced by issue26348 should be reverted. The __VENV_PROMPT__ is meant to be a placeholder. For example, when you create a virtual environment named venv-test, the __VENV_PROPMT__ will be replace by (venv-test). If the patch is applied, it will be $(venv-test), treated as an expression and then cause a failure.

----------
nosy: +xiang.zhang

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26664>
_______________________________________


More information about the Python-bugs-list mailing list