Erlang version won't update #789
Unanswered
oshybrid
asked this question in
Getting started
Replies: 1 comment
-
Upstream chose not to print the full OTP version number in the
So one way of getting the full OTP release version is: $ erl -eval '{ok, Version} = file:read_file(filename:join([code:root_dir(), "releases", erlang:system_info(otp_release), "OTP_VERSION"])), io:fwrite(Version), halt().' -noshell
23.2.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed the latest version of erlang.
But my running version remains to be just 23
For some reason, it is still pointing to the standard version of erlang on my system
Instead of the brew version. I even pointed my profile to the version installed by homebrew under "cellar."
Beta Was this translation helpful? Give feedback.
All reactions