Skip to content

3.3.4 Python3.10

Tomato6966 edited this page Apr 18, 2022 · 3 revisions

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
Clone this wiki locally