Skip to content

Instantly share code, notes, and snippets.

@pittjl
pittjl / gist:4140164
Created November 24, 2012 15:35 — forked from pithyless/gist:1208841
Install Python 2.7 (homebrew + pip + virtualenv) on Mac OS X Lion

Install Python

$ brew install readline sqlite gdbm
$ brew install python --universal --framework
$ python --version
Python 2.7

Symlinks...