Created
October 11, 2016 19:21
-
-
Save ateucher/22894afb6c41dcabfac5e0f4be20bd26 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
brew tap osgeo/osgeo4mac | |
brew install gdal2 | |
## Put in the PATH | |
echo 'export PATH=$(brew --prefix)/opt/gdal2/bin:$(brew --prefix)/bin:$PATH' >> ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment