Skip to content

Instantly share code, notes, and snippets.

@etjossem
Created March 30, 2016 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etjossem/ff10aac4cf411651a807373b51deacbb to your computer and use it in GitHub Desktop.
Save etjossem/ff10aac4cf411651a807373b51deacbb to your computer and use it in GitHub Desktop.
Dev Environment Prereqs
  • Installs Xcode Command Line Tools (including git, which GitHub uses)
  • Installs Homebrew (a dependency manager)
  • Installs RVM (ruby version manager)
  • Updates homebrew
  • Installs node

After running these commands, you'll be able to successfully run the steps in https://github.com/sendgrid/mako

xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
\curl -sSL https://get.rvm.io | bash -s stable --ruby
brew update
export PATH="/usr/local/bin:$PATH"
brew install node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment