Skip to content

Instantly share code, notes, and snippets.

@ddd1600
Created September 12, 2013 02:13
Show Gist options
  • Save ddd1600/6532406 to your computer and use it in GitHub Desktop.
Save ddd1600/6532406 to your computer and use it in GitHub Desktop.
install qgis on mac
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