Created
November 2, 2013 21:41
-
-
Save ddd1600/7283829 to your computer and use it in GitHub Desktop.
as of Nov2,2013--loads gdal, postgis, postgresql stuff I think, mate, and some others
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
export PGHOST=localhost | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* | |
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH | |
export PATH=/usr/local/bin:/usr/local/pgsql-9.3/bin:/Library/Frameworks/GDAL.framework/Versions/1.10/Programs/:$PATH | |
export $CENSUS_API_KEY='cf776dbf36ebccca30d13c18efc844ae341361a1' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment