Created
September 12, 2013 02:13
-
-
Save ddd1600/6532406 to your computer and use it in GitHub Desktop.
install qgis on mac
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
gem install pyqt | |
add the below to ~/.bash_profile | |
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