Search code examples
pythonvirtualenvvirtualenvwrapper

Virtualenv/Virtualenv wrapper placing env name in ZSH


I just got ZSH and am getting it to work with Virtualenv and Virtualenvwrapper. Whenever I activate a env, the environment name gets repeated when I do not want it to. How can I turn off Virtualenv/wrapper's feature that places the environment name in my prompt so that I can recreate it in my .zshrc file?


Solution

  • simply set the following envvar:

    export VIRTUAL_ENV_DISABLE_PROMPT=1