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

2016-04-01 Thread
鄭景文 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

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

2016-03-29 Thread
Changes by 鄭景文 <adgjl5...@gmail.com>: -- type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26664> ___ ___

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

2016-03-29 Thread
Changes by 鄭景文 <adgjl5...@gmail.com>: -- components: +Library (Lib) versions: +Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

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

2016-03-29 Thread
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