check python version conda env

Solutions on MaxInterview for check python version conda env by the best coders in the world

showing results for - "check python version conda env"
Paul
06 Sep 2017
1conda env list | grep -v "^$\|#" |awk '{print $1;}'|xargs -I{} -d "\n" sh -c 'printf "Env: {}\t"; conda list -n {} |grep "^python\s";'