Python 3.9 -> 3.11.4 – Mac

% nano ~/.bash_profile

PATH=”/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}”
export PATH

control + x

Y

enter

% source ~/.bash_profile

% python3 -V