Skip to content

Instantly share code, notes, and snippets.

@elmerehbi
Created January 1, 2021 21:59
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 elmerehbi/ff482f9e7360117c13d9fd16849af8f1 to your computer and use it in GitHub Desktop.
Save elmerehbi/ff482f9e7360117c13d9fd16849af8f1 to your computer and use it in GitHub Desktop.
sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
sudo apt update
sudo apt upgrade
sudo apt install gdal-bin libgdal-dev
pip3 install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment