How to install MySQL gem on Mac OS X

前端 未结 10 1285
情歌与酒
情歌与酒 2020-12-29 12:30

What do I need to install mysql gem on Mac OS X ? I\'m getting error \"failed to build native extensions\".

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 13:08

    For me it did the most easy:

    brew install mysql
    gem install mysql
    

    Brew is a package manager for Mac OS, a must have. Using it to install mysql first brings everything that the gem command is missing.

提交回复
热议问题