where is the sitepackages in python 3.9 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