This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author 鄭景文
Recipients 鄭景文
Date 2016-03-29.12:46:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459255585.37.0.253753371111.issue26664@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-03-29 12:46:25鄭景文setrecipients: + 鄭景文
2016-03-29 12:46:25鄭景文setmessageid: <1459255585.37.0.253753371111.issue26664@psf.upfronthosting.co.za>
2016-03-29 12:46:25鄭景文linkissue26664 messages
2016-03-29 12:46:24鄭景文create