Ignore formula on brew upgrade

后端 未结 4 1144
情话喂你
情话喂你 2021-01-30 03:18

I want to do a brew upgrade and tell homebrew do not upgrade the erlang formula since the latest one does not work on my system.

Is it possible

4条回答
  •  既然无缘
    2021-01-30 03:46

    You could upgrade erlang to the latest version but keep using the older working version with the brew commands versions and switch.

    To list available versions use:

    brew versions erlang
    

    To switch between two installed versions (I'll presume you wanted erlang R14):

    brew switch erlang R14B04
    

提交回复
热议问题