Created
June 2, 2017 12:32
-
-
Save merqlove/f793635562f46b2950d1a6c5870b70c2 to your computer and use it in GitHub Desktop.
Uninstall package list from pip with grep
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
pip uninstall $(pip list --format json | jq -r ".[]|.name" | grep ^azure | paste -sd ' ' -) -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment