Skip to content

Instantly share code, notes, and snippets.

View huanghaihui's full-sized avatar

Alex_Huang huanghaihui

View GitHub Profile
@pithyless
pithyless / gist:1208841
Created September 10, 2011 21:49
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...