Skip to content

Instantly share code, notes, and snippets.

@am2222
Created January 20, 2019 00:11
Show Gist options
  • Save am2222/73e9627537ef5ce6fdce8aeafca320b7 to your computer and use it in GitHub Desktop.
Save am2222/73e9627537ef5ce6fdce8aeafca320b7 to your computer and use it in GitHub Desktop.
installing python gdal ubunto
udo add-apt-repository -y ppa:ubuntugis/ppa
sudo apt update
sudo apt upgrade # if you already have gdal 1.11 installed
sudo apt install gdal-bin python-gdal python3-gdal # if you don't have gdal 1.11 already installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment