Skip to content

Instantly share code, notes, and snippets.

@pjrobertson
Created November 20, 2012 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjrobertson/4120960 to your computer and use it in GitHub Desktop.
Save pjrobertson/4120960 to your computer and use it in GitHub Desktop.
$ ls -l /System/Library/Frameworks/Python.framework/Versions
drwxr-xr-x 6 root wheel 204 21 Jun 00:23 2.3
drwxr-xr-x 11 root wheel 374 2 Nov 07:20 2.5
drwxr-xr-x 11 root wheel 374 2 Nov 07:21 2.6
drwxr-xr-x 11 root wheel 374 2 Nov 07:21 2.7
lrwxr-xr-x 1 root wheel 3 22 Jul 03:25 Current -> 2.7
$ python
Python 2.7.2 (default, Jun 20 2012, 16:23:33)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment