Closed MythreyaK closed 3 years ago
Hmm, not sure why AppVeyor's logs contain errors, given here it says 'All checks passed'.
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 ;-)
When using
virtualenv
package instead of the bundledvenv
for virtual environments in python,virtualenv
appends the env name to the prompt, like so,By setting env variable
VIRTUAL_ENV_DISABLE_PROMPT
toTrue
, this behavior can be suppressed.Fixes #326.