New submission from Jack Bennett:
virtualenv has
https://virtualenv.pypa.io/en/latest/reference/#envvar-VIRTUAL_ENV_DISABLE_PROMPT
to block activate from trying to overwrite the prompt function.
Users of venv can't do that, 3.6 added prompt but even None defaults to the
current folder
Jack Bennett added the comment:
That works fine here.
Thank you
On 24 January 2017 at 13:15, Vinay Sajip wrote:
>
> Vinay Sajip added the comment:
>
> Other scripts (activate, activate.csh, activate.csh) support this
> environment variable already. This patch updates Activate