Pipenv: Add an option to disable colored output

Created on 29 Jan 2017  ·  3Comments  ·  Source: pypa/pipenv

Some colored output (particularly blue) makes the text non legible in my terminal. I think it's trivial just to add a global --no-color flag.

Most helpful comment

in master, you can now set export PIPENV_COLORBLIND=1 and no colors will be produced

All 3 comments

fix your terminal :)

maybe via environment variable.

in master, you can now set export PIPENV_COLORBLIND=1 and no colors will be produced

Was this page helpful?
0 / 5 - 0 ratings