7

Using pip in a console window under windows 7 I can barely see the text of the errormessages.

enter image description here

Is there any chance to tell pip to use another color? This dark red on top of black is a bad choice. My workaround currently is to copy the text into an editor and read it there but this is not a nice solution.

Psytho
  • 3,313
  • 2
  • 19
  • 27
thopy
  • 77
  • 1
  • 8
  • Well, you can try changing the color scheme of the windows cmd (by right clicking on the title bar and going to properties), to change background color to white – tkhurana96 Mar 20 '18 at 13:24
  • Thanks, I did not know that it is that easy to change the command prompt color. It did not change the old error messages that was already displayed but new messages are printed dark red on white now, thanks alot. – thopy Mar 21 '18 at 18:04

2 Answers2

5

There is a "--no-color" command line option: https://pip.pypa.io/en/stable/reference/pip/#general-options

Kilo
  • 558
  • 1
  • 5
  • 13
-2

Just to turn the background color intor white with an easy right click solves this problem for me. Thanks, that was quick.

thopy
  • 77
  • 1
  • 8