Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created April 27, 2011 16:21
Show Gist options
  • Save springmeyer/944588 to your computer and use it in GitHub Desktop.
Save springmeyer/944588 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo '' >> ~/.bash_profile
echo '# Settings for Mapnik.framework Installer to enable Mapnik programs and python bindings' >> ~/.bash_profile
echo 'export PATH=/Library/Frameworks/Mapnik.framework/Programs:$PATH' >> ~/.bash_profile
echo 'export PYTHONPATH=/Library/Frameworks/Mapnik.framework/Python:$PYTHONPATH' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment