-
-
Save ericmjl/57953a1526e83c7052a57b803281e448 to your computer and use it in GitHub Desktop.
Find all packages installed by both conda and pip
This file contains 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 list | tr -s ' ' | cut -d ' ' -f1 | uniq -c | awk '$1>1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment