Skip to content

Instantly share code, notes, and snippets.

View nokout's full-sized avatar

Nigel O'Keefe nokout

  • Canberra, Australia
View GitHub Profile
@nokout
nokout / pip-install-gdal.md
Created March 15, 2018 03:39 — forked from cspanring/pip-install-gdal.md
Installing GDAL in a Python virtual environment

Installing GDAL in a Python virtual environment

Get gdal development libraries:

$ sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
$ sudo apt-get update
$ sudo apt-get install libgdal-dev

Create and activate a virtual environment: