Skip to content

Instantly share code, notes, and snippets.

@s2t2
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s2t2/d329e572ec461ac3a983 to your computer and use it in GitHub Desktop.
Save s2t2/d329e572ec461ac3a983 to your computer and use it in GitHub Desktop.
how to install rake via rbenv chef cookbook rbenv_gem

Attempt 1:

Follow the instructions

rbenv_gem "rake" do
  ruby_version node["ruby_version"]
  version "10.3.2"
end

STDERR: ERROR: Error installing rake: "rake" from rake conflicts with /opt/rbenv/versions/2.2.0/bin/rake

related problems/issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment