Skip to content

Instantly share code, notes, and snippets.

@gsweene2
Created November 12, 2018 02:15
Show Gist options
  • Save gsweene2/fb9d83bbb825664957edf9ec2295cc81 to your computer and use it in GitHub Desktop.
Save gsweene2/fb9d83bbb825664957edf9ec2295cc81 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install pip
sudo easy_install pip
# Install git
brew install git
# Install python
brew install python
# Install python modules I use
sudo pip3 install psycopg2-binary
sudo pip3 install requests
sudo pip3 install pyyaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment