Last active
June 2, 2016 10:32
-
-
Save danhper/bc00d38d5f2f861e3e1a95b30a5c046e to your computer and use it in GitHub Desktop.
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
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