Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nutrino/e8e3fca376f75e14bab54f8714faa688 to your computer and use it in GitHub Desktop.
Save nutrino/e8e3fca376f75e14bab54f8714faa688 to your computer and use it in GitHub Desktop.
conda env list | grep -v "^$\|#" | awk '{print $1;}' | xargs -I{} -d "\n" sh -c 'printf %-20s "{}"; conda list -n {} | grep "^python\s"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment