Skip to content

Instantly share code, notes, and snippets.

View suriyadeepan's full-sized avatar
❤️
Rediscovering the joy of solving problems and building applications

Suriyadeepan Ramamoorthy suriyadeepan

❤️
Rediscovering the joy of solving problems and building applications
View GitHub Profile
@suriyadeepan
suriyadeepan / ipython3_mac_install.sh
Last active May 7, 2019 14:12 — forked from rossov/ipython3_mavericks.sh
Install ipython3 on Mac OS X Mavericks
# Install ipython3 on Mac OS
# check if brew exists
brew
# install brew if necessary
# follow instructions in
# https://brew.sh/
# Update brew
brew update