conda env list | grep -v "^$|#" |awk '{print $1;}'|xargs -I{} -d " " sh -c 'printf "Env: {} "; conda list -n {} |grep "^pythons";'