Skip to content

Instantly share code, notes, and snippets.

@dyashkir
Created May 20, 2020 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dyashkir/b1a7085e238d06db00dcd26184f21b02 to your computer and use it in GitHub Desktop.
Save dyashkir/b1a7085e238d06db00dcd26184f21b02 to your computer and use it in GitHub Desktop.
Setting up python to use newest version of the sqlite
Install sqlite
https://www.sqlite.org/download.html
./configure --prefix=/usr/local
make
sudo make install
in virtualenv activation script
export LD_LIBRARY_PATH="/usr/local/lib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment