Skip to content

Instantly share code, notes, and snippets.

@timlinux
Created February 24, 2015 20:47
Show Gist options
  • Save timlinux/952be093068311232e74 to your computer and use it in GitHub Desktop.
Save timlinux/952be093068311232e74 to your computer and use it in GitHub Desktop.
Setup pyspatialite on fedora
sudo python setup.py build_ext --include-dirs=/usr/include/
cd /tmp/pip_build_root/pyspatialite/
sudo python setup.py build_ext --include-dirs=/usr/include/
sudo pip install --no-download pyspatialite --include-dirs=/usr/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment