Ubuntu 20 And Old Python Versions

Python 3.8 is default python in Ubuntu 20. But some libraries don’t support this version. For this we must install lowest versions and set them default. Easiest way is that using APT. # sudo add-apt-repository ppa:deadsnakes/ppa # sudo apt-get update # sudo apt-get install python3.7 You can install Python 3.6, Devamı…