Created
January 20, 2019 00:11
-
-
Save am2222/73e9627537ef5ce6fdce8aeafca320b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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