How to install Nokogiri on Mac OS Sierra 10.12

后端 未结 8 1728
孤街浪徒
孤街浪徒 2021-01-29 22:38

I\'m having troubles installing Nokogiri (1.6.8.1) on Mac OS Sierra 10.12.

I tried using brew install libxml2 libxslt and then referencing the install direc

8条回答
  •  后悔当初
    2021-01-29 23:01

    The more simple solution is to execute:

    xcode-select --install
    gem install nokogiri
    

    Update

    For Mojave I'm using gem install nokogiri -v '1.6.6.2' -- --use-system-libraries

提交回复
热议问题