Skip to content

Instantly share code, notes, and snippets.

@danhper
Last active June 2, 2016 10:32
Show Gist options
  • Save danhper/bc00d38d5f2f861e3e1a95b30a5c046e to your computer and use it in GitHub Desktop.
Save danhper/bc00d38d5f2f861e3e1a95b30a5c046e to your computer and use it in GitHub Desktop.
test -d elixir || git clone git://github.com/elixir-lang/elixir.git --depth 1 --single-branch --branch master
pushd elixir
echo -e 'erlang 18.3' > .tool-versions
echo $(which erl)
echo $(asdf which erlang)
erl +V
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment