-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When compiling from source, global erlang version is used #113
Comments
@dylan-chong sorry for the late reply here. Can you provide the output of asdf should already use the Erlang version you specified in your |
Hi, this is specific to installing Elixir where the global erlang version differs from the local one inside a project. This I presume is because the cwd when installing erlang is outside the project, so the global version is used
|
You can also test this by unsetting the global erlang version in
|
The local version of erlang should be used to compile elixir.
This will prevent issues where you compile elixir after compiling erlang inside a repository with a different erlang version to the global, and encountering unexpected issues
The text was updated successfully, but these errors were encountered: