B balanga Aug 13, 2017 #1 In the process of trying to get Mailman 3 working on FreeBSD I need to install sqlite3, which I can do using pkg install databases/py-sqlite3 Unfortunately this will install py27-sqlite3 but I need the Python3 version. Is that available and how would I install it?
In the process of trying to get Mailman 3 working on FreeBSD I need to install sqlite3, which I can do using pkg install databases/py-sqlite3 Unfortunately this will install py27-sqlite3 but I need the Python3 version. Is that available and how would I install it?
OP B balanga Aug 13, 2017 Thread Starter #2 After some research.... pkg install databases/py36-sqlite3