[issue26664] find a bug in activate.fish of venv of cpython3.6
New submission from 鄭景文: I use venv module to make a virtual environment in cpython3.6. After it, I try to activate it with fish, but it give me an error, like the screenshot. I open the activate.fish and remove the $ sign in line 58 and 59, then the activate file works. I open the activate.fish of py3.5 venv, there isn't a $ sign in line 58 and 59, too. However, there is a bug issue which add the $ in front of the prompt. I'm not sure how this happen, but I think there should not be a $ there. -- files: screenshot.png messages: 262609 nosy: 鄭景文 priority: normal severity: normal status: open title: find a bug in activate.fish of venv of cpython3.6 Added file: http://bugs.python.org/file42321/screenshot.png ___ Python tracker <http://bugs.python.org/issue26664> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26664] find a bug in activate.fish of venv of cpython3.6
Changes by 鄭景文 : -- components: +Library (Lib) versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue26664> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26664] find a bug in activate.fish of venv of cpython3.6
Changes by 鄭景文 : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue26664> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue26664] find a bug in activate.fish of venv of cpython3.6
鄭景文 added the comment: First, I use python 3.5.1 to create virtual environment. It works fine with fish. There is no $ in the activate.fish file. Second, after I removed the $, It works fine, both in ubuntu and arch linux. I guess it is because the $ is for bash not for fish, the activate.fish didn't work. These are why I assert the $ is unwanted. -- ___ Python tracker <http://bugs.python.org/issue26664> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com