3.3.4 Python3.10 - Tomato6966/Debian-Cheat-Sheet-Setup GitHub Wiki

Installing any other Python-Version, here 3.10 It will take at least 5 Minutes, just wait...

wget https://www.python.org/ftp/python/3.10.3/Python-3.10.3.tgz
tar -xf Python-3.10.*.tgz
cd Python-3.10.*/
./configure --enable-optimizations
make -j 4
sudo make altinstall
python3.10 --version