Skip to content

Instantly share code, notes, and snippets.

@tjdett
Created May 27, 2015 00:48
Show Gist options
  • Save tjdett/8aad215cdb23871d1786 to your computer and use it in GitHub Desktop.
Save tjdett/8aad215cdb23871d1786 to your computer and use it in GitHub Desktop.
VIEPS GDAL install
#!/bin/bash
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
pip install gdal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment