[New-bugs-announce] [issue26664] find a bug in activate.fish of venv of cpython3.6

鄭景文 report at bugs.python.org
Tue Mar 29 08:46:25 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue26664>
_______________________________________


More information about the New-bugs-announce mailing list