Created
April 4, 2014 20:18
-
-
Save gggritso/9982382 to your computer and use it in GitHub Desktop.
Install IPython 2.0.0 on OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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