I have all three versions of python 3.10, 3.11 and 3.12 using homebrew. but somehow homebrew defaults to using 3.11 as the default.
when i type which python3, it shows 3.11.6 as the version instead of 3.12. why did it default to 3.11 and how do i change this to 3.12?
I was expecting the latest version 3.12 to be the default.
PATH? Perhaps look at e.g.pyenvif you need to switch between versions.