Created
March 31, 2020 22:43
-
-
Save gyli/a3d0ff4e27801d014e0d52e3f8dcebf4 to your computer and use it in GitHub Desktop.
Upgrade pipx packages when Python is upgraded
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
# Once brew upgraded Python, packages installed through pipx might need to be reinstalled | |
rm -rf ~/.local/pipx/shared/ | |
pipx reinstall-all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment