Skip to content

Instantly share code, notes, and snippets.

@gyli
Created March 31, 2020 22:43
Show Gist options
  • Save gyli/a3d0ff4e27801d014e0d52e3f8dcebf4 to your computer and use it in GitHub Desktop.
Save gyli/a3d0ff4e27801d014e0d52e3f8dcebf4 to your computer and use it in GitHub Desktop.
Upgrade pipx packages when Python is upgraded
# 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