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.
fix your terminal :)
maybe via environment variable.
in master, you can now set export PIPENV_COLORBLIND=1
and no colors will be produced
Most helpful comment
in master, you can now set
export PIPENV_COLORBLIND=1
and no colors will be produced