JanDeDobbeleer / oh-my-posh2

A prompt theming engine for Powershell
MIT License
5.19k stars 284 forks source link

Suppress python prompt from `virtualenv` #334

Closed MythreyaK closed 3 years ago

MythreyaK commented 3 years ago

When using virtualenv package instead of the bundled venv for virtual environments in python, virtualenv appends the env name to the prompt, like so,

image

By setting env variable VIRTUAL_ENV_DISABLE_PROMPT to True, this behavior can be suppressed.

Fixes #326.

MythreyaK commented 3 years ago

Hmm, not sure why AppVeyor's logs contain errors, given here it says 'All checks passed'.

JanDeDobbeleer commented 3 years ago

Hmm, not sure why AppVeyor's logs contain errors, given here it says 'All checks passed'.

Not going to fix that, this is to be considered legacy ;-)