how to make python 3.9 default on linux code example
Example: add python 3.9 to usr/bin
CXX="/usr/bin/g++" \
./configure --prefix=/usr \
--enable-shared \
--with-system-expat \
--with-system-ffi \
--with-ensurepip=yes &&
make