Last active
December 13, 2018 10:22
-
-
Save mdiener21/d59658c7221bff9d801389d20218e8a2 to your computer and use it in GitHub Desktop.
Install GDAL Ubuntu 18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install python3-gdal gdal-bin | |
pip 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
usefull Link: gdal install virtual env