% nano ~/.bash_profile
PATH=”/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}”
export PATH
control + x
Y
enter
% source ~/.bash_profile
% python3 -V
% nano ~/.bash_profile
PATH=”/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}”
export PATH
control + x
Y
enter
% source ~/.bash_profile
% python3 -V