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
[email protected]
[email protected]
[email protected]
I was trying un-link [email protected] and link [email protected], can't figure it out.