Skip to content

Instantly share code, notes, and snippets.

@mdiener21
Last active December 13, 2018 10:22
Show Gist options
  • Save mdiener21/d59658c7221bff9d801389d20218e8a2 to your computer and use it in GitHub Desktop.
Save mdiener21/d59658c7221bff9d801389d20218e8a2 to your computer and use it in GitHub Desktop.
Install GDAL Ubuntu 18
sudo apt install python3-gdal gdal-bin
pip install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
@mdiener21
Copy link
Author

usefull Link: gdal install virtual env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment