Created
March 4, 2011 13:51
-
-
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)
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
{ | |
"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