pkliczewski / vagrant-kubevirt

Vagrant provider for Kubevirt
Other
9 stars 0 forks source link

Installing the plugin fails for MacOS and Windows #3

Open matei-tm opened 3 years ago

matei-tm commented 3 years ago

Vagrant version: 2.2.18 OS: Windows 10; MacOS 10.15.7

On both the OSs, the installer fails on building gem native extension due to inability of placing the rake gem in the proper folder. As workaround:

  1. I copied manually the rake-13.0.6 from ~/.vagrant.d/gems/2.7.4/gems folder to [VagrantInstallationPath]/embedded/gems/2.2.18/gems
  2. On Windows I copied the gems/rake-13.0.6/exe folder to gems/rake-13.0.6/bin

image

pkliczewski commented 3 years ago

@matei-tm I developed this plugin on linux and have no access to windows nor mac. I would be happy to accept a PR from you which fixes this issue.