Skip to content

Instantly share code, notes, and snippets.

@gggritso
Created April 4, 2014 20:18
Show Gist options
  • Save gggritso/9982382 to your computer and use it in GitHub Desktop.
Save gggritso/9982382 to your computer and use it in GitHub Desktop.
Install IPython 2.0.0 on OS X
brew rm python
brew rm gdbm
brew rm --force sqlite3
brew install gdbm --universal
brew install python --universal --framework
brew install zmq sqlite3
virtualenv venv
. venv/bin/activate
pip install ipython pyzmq tornado jinja2
ipython notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment