-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off color via PY_COLORS=0 #5057
Comments
I think this is a very good issue to work on. I also added this feature in the past to pip :-). This will take quite some time to implement this here. Been talking with @matteius about removing all the usage of |
In PIPENV the place for this would be: Line 101 in 891486e
|
I agree with a comment someone left somewhere else recently that the name |
There is another way to disable colors in pipenv which we inherit from
|
Please support a more standard way to turn off colors. It is tedious to turn off color for every tool separately, especially since with PY_COLORS there exists a general way for the Python ecosystem.
Even better would be to respect NO_COLOR=1, which IMHO is the closest thing to a general standard. General support for this would avoid playing whack-a-mole with every new tool that comes along.
Also, there are many valid reasons not to want colors on the command line, so calling the environment variable PIPENV_COLORBLIND is in rather bad taste.
The text was updated successfully, but these errors were encountered: