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:

  1. now not have root access, need compile libsqlite3 myself. not have trusted source code url, can guide me there?

  2. how can make python aware of library compiled out of libsqlite3 source code?


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -