When the brew update comes in, Python will automatically become 3.9. Python 3.9 is inconvenient because there are some new and unsupported packages, so I will revert to Python 3.8.
Python 3.8 and 3.9 are treated differently in Homebrew, so you can undo them by changing the link.
$ brew unlink [email protected]
$ brew link [email protected]
Recommended Posts