tartley / colorama

Simple cross-platform colored terminal text in Python
BSD 3-Clause "New" or "Revised" License
3.51k stars 249 forks source link

one conda environment displays the colors, the other only displays the codes 😭 #378

Open ClaireCJS opened 1 year ago

ClaireCJS commented 1 year ago

Everything was working fine, then I created a brand new environment to transfer a project into, and suddenly.

ANSI color doesn't work in that environment! I just see the escape sequences on the screen!

I can switch back to my base conda environment, run the program, and see the color. Switch to my project environment, run the program, and see the codes.

This seems to happen regardless of what the TERM environment variable is set to, regardless of whether that variable is set at all.

I'm at wit's end on this one.