python building
python building
===========================================================
cd /tmp
wget https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tgz
./configure --enable-optimizations
make -j$(nproc)
Note: You can use `make altinstall` instead to avoid overwriting the system
`python3`.
python3.12 --version
Done!
-----