Skip to content

Instantly share code, notes, and snippets.

@fernyb
Last active December 19, 2017 19:37
Show Gist options
  • Save fernyb/367c10751d19a8b1c2ee8fe7bf064049 to your computer and use it in GitHub Desktop.
Save fernyb/367c10751d19a8b1c2ee8fe7bf064049 to your computer and use it in GitHub Desktop.
Install Erlang CentOS 7
wget http://erlang.org/download/otp_src_20.2.tar.gz
tar zxvf otp_src_20.2.tar.gz
cd otp_src_20.2
./configure --prefix=/usr/local/elixir && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment