Last active
April 16, 2022 13:15
-
-
Save nutrino/e8e3fca376f75e14bab54f8714faa688 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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