Skip to content

Instantly share code, notes, and snippets.

@cds-amal
Created March 12, 2015 16:57
Show Gist options
  • Save cds-amal/c85abd2e67c855006eb6 to your computer and use it in GitHub Desktop.
Save cds-amal/c85abd2e67c855006eb6 to your computer and use it in GitHub Desktop.
import sysconfig
config = sysconfig.get_config_vars()
keys = config.keys()
keys.sort()
for k in keys:
print '%s: %s' % (k, config[k])
@cds-amal
Copy link
Author

Hi Chris,

Unfortunately, this sheds no light -- I sent you an email on how to work around this issue in the mean time.

-- Amal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment