Last active
December 21, 2015 08:28
-
-
Save tonini/6277919 to your computer and use it in GitHub Desktop.
This file contains 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
# erlang-r16 alreay installed | |
# Erlang R16B (erts-5.10.1) [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] | |
$ brew install elixir | |
sh: erl: command not found | |
elixir: Erlang R16 is required to install. | |
You can install this with: | |
brew tap homebrew/versions | |
brew unlink erlang | |
brew install erlang-r16 | |
Or you can use an official installer from: | |
http://www.erlang.org/ | |
│Error: An unsatisfied requirement failed this build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment