How to avoid “cannot load such file — utils/popen” from homebrew on OSX

前端 未结 9 1585
余生分开走
余生分开走 2020-11-29 14:48

I\'m getting an error when I run brew in the terminal:

 /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core         


        
9条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 15:22

    To me it feels like you have missing header files for popen, which is a C system library.

    Check if you have installed xcode successful with the command line tools and have accepted the license.

    See this thread for more information: How to install Xcode Command Line Tools

提交回复
热议问题