Skip to content

Instantly share code, notes, and snippets.

View baby-bird's full-sized avatar
😊

yjoh baby-bird

😊
  • Daejeon
View GitHub Profile
@baby-bird
baby-bird / gist:f88ab140a3061f23f79677fe868b4baa
Created July 23, 2016 04:39 — 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...