Skip to content

Instantly share code, notes, and snippets.

View Lusimba's full-sized avatar
🏠
Working from home

Neville Lusimba Lusimba

🏠
Working from home
  • Hyderabad, India
View GitHub Profile
@chewwt
chewwt / gdal_ubuntu_20.md
Created August 27, 2020 11:23
gdal for ubuntu 20.04 with python virtual env

Installing GDAL for Ubuntu 20.04

No need to add ppa anymore

sudo apt install gdal-bin libgdal-dev
workon <env>
pip install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`