linux - How to compile libsqlite3 for python without root privileges -
i need install python 3 in 1 web server(linux) , not have root access. installed in home path. however, cannot import sqlite python command shell. searched , found need install libsqlite3. have following problems:
now not have root access, need compile libsqlite3 myself. not have trusted source code url, can guide me there?
how can make python aware of library compiled out of libsqlite3 source code?
Comments
Post a Comment