Skip to content

Instantly share code, notes, and snippets.

@wesinator
Created December 9, 2020 22:22
Show Gist options
  • Save wesinator/14ccbbb89dde220d882711d710903e26 to your computer and use it in GitHub Desktop.
Save wesinator/14ccbbb89dde220d882711d710903e26 to your computer and use it in GitHub Desktop.
Restore previous python version from homebrew upgrade
# If python3.9 was installed, this will revert python3 to use 3.8 (if still present in brew cellar)
brew link --overwrite [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment