Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
#------------------------------------
# Sets up python data goodness on OSX
set -e
function setup_brew {
echo "INFO: checking for homebrew..."
brew help > /dev/null 2>&1