Last active
December 19, 2017 19:37
-
-
Save fernyb/367c10751d19a8b1c2ee8fe7bf064049 to your computer and use it in GitHub Desktop.
Install Erlang CentOS 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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