Created
December 16, 2013 09:31
-
-
Save jacobsvante/7984443 to your computer and use it in GitHub Desktop.
Getting QGIS working on Homebrew. From http://blog.burhum.com/post/36080548777/getting-qgis-working-on-homebrew
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 remove pyqt | |
brew install pyqt #verify everything works fine | |
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH | |
brew tap homebrew/science | |
brew install qgis --with-grass --with-postgis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment