Skip to content

Instantly share code, notes, and snippets.

@mikatalk
Created April 8, 2019 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikatalk/f9ffcefa4a35e279f2228c3288a47a69 to your computer and use it in GitHub Desktop.
Save mikatalk/f9ffcefa4a35e279f2228c3288a47a69 to your computer and use it in GitHub Desktop.
Install QGIS on Mojave 10.14.3
brew cask install xquartz
brew tap osgeo/osgeo4mac
brew unlink python && brew link --force python
brew reinstall ninja gsl python qt osgeo-sip osgeo-pyqt osgeo-pyqt-webkit osgeo-qscintilla2 six bison flex pkg-config
brew link --overwrite osgeo-pyqt
brew unlink gettext && brew link --force gettext
ulimit -n 2048
brew install osgeo-qgis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment