こしごぇ(B)

旧:http://d.hatena.ne.jp/koshigoeb/

Boxen と rbenv-bundler

Boxen で環境構築中の MBA にて、rbenv-bundler がインストールできない事態に遭遇。

エラーメッセージは以下の通り。

Error: No such file or directory - /opt/boxen/homebrew/opt/rbenv-bundler or /opt/boxen/homebrew/var/lib/rbenv/plugins/rbenv-bundler

rbenv-bundlerのインストール処理は以下のようになっている。

  def install
    prefix.install Dir['*']

    ln_sf opt_prefix, "#{HOMEBREW_PREFIX}/var/lib/rbenv/plugins/#{name}"
  end

残念ながら、$(brew --prefix)/ に var/ ディレクトリは存在しない。これが理由。

さて、どうしたものか。