Switching Python version (3.9 → 3.8) installed by Homebrew
问题 It’s a very similar situation like described here, but vice versa. I have Python 3.8 installed via Homebrew and updated that to 3.9: % brew list --formula | grep python python@3.8 python@3.9 I want to use Python 3.8 as my default version with python3 command and tried – inspired by this answer – the following: brew unlink python@3.9 brew unlink python@3.8 brew link python@3.8 The last gave me the following output: % brew link python@3.8 Linking /usr/local/Cellar/python@3.8/3.8.6_2... Error: