chef-ruby-install icon indicating copy to clipboard operation
chef-ruby-install copied to clipboard

Let ruby-install configure the name of the install dir

Open tombruijn opened this issue 11 years ago • 0 comments

{
  "ruby-install" => {
    rubies: [
      {
        ruby: "ruby 2.0"
      }
    ]
  }
}

will create install dir of /opt/rubies/2.0 and we would like to see /opt/rubies/2.0.0-p453.

The problem being: how to know where it is installed then after installation? Read the install log or make an educated guess?

tombruijn avatar May 13 '14 12:05 tombruijn