RabbitMQ - Determine Erlang version on Linux

by
Jeremy Canfield |
Updated: February 11 2022
| RabbitMQ articles
The following command can be used to display the version of Erlang installed on your RabbitMQ system running on Linux.
~]# 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.3.4.4
Did you find this article helpful?
If so, consider buying me a coffee over at