Skip to content

Instantly share code, notes, and snippets.

@benjiao
Last active March 27, 2016 14:53
Show Gist options
  • Save benjiao/43f08397c86ebb0024c1 to your computer and use it in GitHub Desktop.
Save benjiao/43f08397c86ebb0024c1 to your computer and use it in GitHub Desktop.
# Install GDAL python libraries on Virtualenv. Tested in Ubuntu 14.04
sudo apt-get install gdal-bin
sudo apt-get install libgdal-dev libgdal1h
pip install GDAL==$(gdal-config --version) --global-option=build_ext --global-option="-I/usr/include/gdal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment