Skip to content

Instantly share code, notes, and snippets.

View ltenzil's full-sized avatar

L Tenzil ltenzil

  • Chennai
View GitHub Profile
@ltenzil
ltenzil / ubuntu1804_ruby_elixir.md
Created March 28, 2020 21:35 — forked from brycejohnston/ubuntu1804_ruby_elixir.md
Ubuntu 18.04 / 18.10 Ruby and Elixir Development Setup

Ubuntu 18.04 / 18.10 Ruby and Elixir Development Setup

Guide to setting up a new Ubuntu 18.04 dev environment with Ruby and Elixir installed with the asdf version management tool.

Update system and install prerequisite packages

Some of these packages may already be installed

sudo apt-get install make binutils gcc build-essential \
 git curl zlib1g-dev openssl libssl-dev libreadline-dev \