Install Python3 with higher version of Sqlite3 3.34 in CentOS and RedHat
I have a django project. Django 3 requires higher version of Sqlite3. In my environment, there’s a lot of sqlite3 version installed. The solution is to compile python version 3 with sqlite3.34 version. Python3, Django3 and Sqlite3 has been installed in Redhat 7u7. Install required packages Install latest version of Sqlite3 In my environment, the […]