Episode #324

Setting Up a Ruby Development Environment

Series: Setting up a New Mac for Development

7 minutes
Published on February 14, 2018

This video is only available to subscribers. Get access to this video and 572 others.

In this episode we install homebrew, a popular package manager. We use it to install Macvim and ruby. We also setup Postgres with Postgresapp.

Episode Links

Installing Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Installing macvim

$ brew install macvim

Installing Ruby Development Environment

$ brew install rbenv ruby-build

Installing Bundler, Rake, & Pry

$ gem install bundler rake pry

Installing node.js

$ brew install nodejs

Installing yarn

$ brew install yarn