Error running 'requirements_osx_brew_libs_install…' on Mac 10.7

前端 未结 8 1222
陌清茗
陌清茗 2020-12-28 12:31

Trying to install brew on a last generation Macbook Pro and keep getting the following error:

Error running \'requirements_osx_brew_libs_install autoconf

8条回答
  •  渐次进展
    2020-12-28 13:14

    You have to install these dependences manually, try

    brew install automake

    if it gives you error of missing link of automake something like this

    You must `brew link autoconf' before automake can be installed

    then try these commands

    brew link --overwrite --dry-run autoconf

    brew link --overwrite autoconf

    brew install automake

    it will install automake and then you can try again to install ruby.

提交回复
热议问题