Andrea <i...@andreamoro.eu> added the comment:

Actually, the virtual_info appears to be a function within the theme, that does 
the following

function virtualenv_info {
    [ $VIRTUAL_ENV ] && echo '('%F{blue}`basename $VIRTUAL_ENV`%f') '
}

So, eventually the problems is in the function that retrieves the wrong 
variable. 

My question at this stage is, where is this "Prompt" variable set?

Thanks

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39577>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to