An error occurred while installing debugger-linecache (1.1.1), and Bundler cannot continue

前端 未结 3 1327
无人及你
无人及你 2021-01-30 18:10

Any idea how to fix this?

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

/home/durrantm/.rvm/rubies/ruby-1.9.3-p194/bin/ruby          


        
3条回答
  •  感动是毒
    2021-01-30 18:27

    Another option is to switch to using ruby p125, e.g.

    rvm install 1.9.3-p125
    rvm use 1.9.3-p125 --default
    

    I had ruby 1.9.3-p194 and apparently that doesn't have the debug/linecache I need.

提交回复
热议问题