Skip to content

Commit

Permalink
include environment in status (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Doris <github.com/cjdoris>
  • Loading branch information
cjdoris authored Jan 27, 2023
1 parent 8395422 commit dfc75ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/deps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfc75ca

Please sign in to comment.