diff --git a/src/deps.jl b/src/deps.jl index 12fac1b..e5af80d 100644 --- a/src/deps.jl +++ b/src/deps.jl @@ -154,6 +154,11 @@ function status(; io::IO=stderr) printstyled(io, "Using the Null backend", color=:yellow) println(io, " (dependencies shown here are not being managed)") end + if resolved + printstyled(io, "Environment", bold=true, color=:cyan) + println(io) + println(io, " ", STATE.conda_env) + end if !isempty(pkgs) printstyled(io, "Packages", bold=true, color=:cyan) println(io)