Created
December 9, 2020 22:22
-
-
Save wesinator/14ccbbb89dde220d882711d710903e26 to your computer and use it in GitHub Desktop.
Restore previous python version from homebrew upgrade
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
# 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