[issue39577] venv --prompt argument is ignored

Andrea report at bugs.python.org
Sun Mar 1 06:48:13 EST 2020


Andrea <info at 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 <report at bugs.python.org>
<https://bugs.python.org/issue39577>
_______________________________________


More information about the Python-bugs-list mailing list