From dfc75caaf32785c7dce4d24223a0c186d05aff66 Mon Sep 17 00:00:00 2001 From: Christopher Rowley Date: Fri, 27 Jan 2023 10:23:03 +0000 Subject: [PATCH] include environment in status (#75) Co-authored-by: Christopher Doris --- src/deps.jl | 5 +++++ 1 file changed, 5 insertions(+) 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)