Created
November 15, 2012 18:30
-
-
Save rburhum/4080308 to your computer and use it in GitHub Desktop.
Homebrew QGIS build failed
This file contains 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