🛡️A new Python update has arrived in Termux, 3.12 which replaces 3.11.
🤖 Here is the command by which you can downgrade python.
🎗️ Uninstall Latest Python 3.12 using below command (If it is not installed then skip it).
apt remove python
🍭 Then Follow Below Commands to install latest Python Version.
apt update
apt upgrade
apt install clang cmake ninja rust make
apt install tur-repo
apt install python3.11
pip3.11 install --upgrade pip wheel
ln -sf /data/data/com.termux/files/usr/bin/python3.11 /data/data/com.termux/files/usr/bin/python3
ln -sf /data/data/com.termux/files/usr/bin/python3.11 /data/data/com.termux/files/usr/bin/python
🕹️Now check which python version it is.
python3 --version
python --version
python3.11 --version
pip --version
pip3 --version
🎉 Congratulations! Version of Python as been Downgraded Successfully.
🤖 Here is the command by which you can downgrade python.
🎗️ Uninstall Latest Python 3.12 using below command (If it is not installed then skip it).
apt remove python
🍭 Then Follow Below Commands to install latest Python Version.
apt update
apt upgrade
apt install clang cmake ninja rust make
apt install tur-repo
apt install python3.11
pip3.11 install --upgrade pip wheel
ln -sf /data/data/com.termux/files/usr/bin/python3.11 /data/data/com.termux/files/usr/bin/python3
ln -sf /data/data/com.termux/files/usr/bin/python3.11 /data/data/com.termux/files/usr/bin/python
🕹️Now check which python version it is.
python3 --version
python --version
python3.11 --version
pip --version
pip3 --version
🎉 Congratulations! Version of Python as been Downgraded Successfully.