Skip to content

Instantly share code, notes, and snippets.

@ddd1600
Created November 2, 2013 21:41
Show Gist options
  • Save ddd1600/7283829 to your computer and use it in GitHub Desktop.
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
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