Skip to content

Instantly share code, notes, and snippets.

@573
Created March 4, 2011 13:51
Show Gist options
  • Save 573/854633 to your computer and use it in GitHub Desktop.
Save 573/854633 to your computer and use it in GitHub Desktop.
Listing env vars I currently set and their purpose (control panel applet settings variant)
{
"configuration": "env-vars",
"where-set": "Windows System Control Panel Applet",
"user-env": [
{
"key": "PYTHONPATH",
"value": "e:\test\mapnik-0.7.1\python\2.6\site-packages;C:\Dokumente und Einstellungen\username\Anwendungsdaten\Python26\lib\site-packages",
"purpose": "Enable per user install of mapnik bindings package"
},
{
"key": "PATH",
"value": "",
"purpose": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment