How to uninstall or upgrade Erlang/OTP?

后端 未结 4 1881
甜味超标
甜味超标 2021-01-11 09:54

How can I uninstall Erlang/OTP which I use make install to build from source earlier. The install is pretty simple by using ./configure;m

4条回答
  •  感情败类
    2021-01-11 10:29

    If you using Erlang for development I would suggest looking into kerl VM manager. It allows you to have multiple VM "installed" with different configuration options and possibility of switching between them.

提交回复
热议问题