Skip to content

Instantly share code, notes, and snippets.

@kaydell
Created October 4, 2013 14:16
Show Gist options
  • Save kaydell/6826647 to your computer and use it in GitHub Desktop.
Save kaydell/6826647 to your computer and use it in GitHub Desktop.
Demonstration #1 of Using the Version of Python That Comes With Mac OS X
#!/usr/bin/env python
import sys
print(sys.version_info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment