Skip to content

Instantly share code, notes, and snippets.

@zed
Created December 9, 2010 20:13
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 zed/735259 to your computer and use it in GitHub Desktop.
Save zed/735259 to your computer and use it in GitHub Desktop.
software/hardware versions
$ python -V
Python 2.6.6
$ pypy -V
Python 2.5.2 (79529, Nov 25 2010, 23:04:06)
[PyPy 1.4.0]
$ jython -V
Jython 2.5.1
$ cython -V
Cython version 0.12.1
$ ruby1.9.1 --version
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux]
$ python3 -V
Python 3.2a4+
$ ruby --version
ruby 1.8.7 (2010-06-23 patchlevel 299) [x86_64-linux]
$ uname -vms
Linux #41-Ubuntu SMP Wed Nov 24 11:55:36 UTC 2010 x86_64
$ cat /proc/cpuinfo | grep 'model name' | head -1
model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment