Skip to content

Instantly share code, notes, and snippets.

@gnthibault
Created March 27, 2018 11:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnthibault/f6db7b9e8a507ee577d7d9c6a08492d6 to your computer and use it in GitHub Desktop.
Save gnthibault/f6db7b9e8a507ee577d7d9c6a08492d6 to your computer and use it in GitHub Desktop.
Installing GDAL (c++ anf python) on ubuntu 16.04
sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
sudo apt update
sudo apt upgrade
sudo apt-get install libgdal-dev libgdal1i
pip install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment