Can't figure it out. Have Macos (Monterey) and because I've forget to disable auto-update for brew install I've got python 3.10 as default version after typing python in console. How I can revert this to python3.9?
brew list | grep python
python@3.10
python@3.8
python@3.9
I was trying un-link python@3.10 and link python@3.9, can't figure it out.