Skip to content

Instantly share code, notes, and snippets.

@OndrejValenta
Created June 20, 2020 01:03
Show Gist options
  • Save OndrejValenta/2b3bbc2cc027d318f4c70c4673576c38 to your computer and use it in GitHub Desktop.
Save OndrejValenta/2b3bbc2cc027d318f4c70c4673576c38 to your computer and use it in GitHub Desktop.
Install Elixir on Centos 8
# DEPENDS ON install-erlang-on-centos8.sh
# Install Elixir
cd /opt
git clone https://github.com/elixir-lang/elixir.git
cd elixir
make clean test
export PATH="$PATH:/opt/elixir/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment