This is probably due to you running a script, which causes the base color routines to think that they are not being run interactively and this shut off the color. I tried to fix this a while back, but the codepath taken when running a script is a little convoluted. On Aug 22, 2014 6:33 PM, "Spencer Russell" <[email protected]> wrote:
> I just filed an issue [1] that currently the print_with_color() doesn't > seem to use the correct colors on my system. > > While checking it out, I was thinking that print_with_color might fit in > nicely with Color.jl. > > We could pull print_with_color out of Base and add all the color terminal > codes to Color.jl, which could implement print(msg::String, > color::ColorValue) and related functions. This feels more in line with > Julian style of leveraging the type system to replace functions with > underscores. > > [1]: https://github.com/JuliaLang/julia/issues/8096 >
