BrianMMcClain / nise-bosh-vagrant

Test BOSH releases locally using nise_bosh and Vagrant
7 stars 6 forks source link

Question: Nise-Bosh-Vagrant on Windows #23

Open chibi03 opened 11 years ago

chibi03 commented 11 years ago

Hello, I just have a short question. Is nise-bosh-vagrant supposed work on Windows? I keep coming across an error so I was wondering if Windows just doesn't support it. thanks!

BrianMMcClain commented 11 years ago

Hi @chibi03, I've actually not tested this on Windows, so unfortunately I cannot speak to compatibility. I can certainly spin something up to test this out on Windows though, as you raise a good point. When I get a chance to test this out I'll follow up with my findings.

chibi03 commented 11 years ago

Great thanks! Just FYI, the error I came across was:

$ nise-bosh-vagrant ./cf-release --manifest deploy.yml
c:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- pty (LoadError)
        from c:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from c:/Ruby193/lib/ruby/gems/1.9.1/gems/nise-bosh-vagrant-0.5.2/lib/nise-bosh-vagrant/runner.rb:2:in `<top (required)>'
        from c:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from c:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from c:/Ruby193/lib/ruby/gems/1.9.1/gems/nise-bosh-vagrant-0.5.2/lib/nise-bosh-vagrant.rb:3:in `<top (required)>'
        from c:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from c:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from c:/Ruby193/lib/ruby/gems/1.9.1/gems/nise-bosh-vagrant-0.5.2/bin/nise-bosh-vagrant:5:in `<top (required)>'
        from c:/Ruby193/bin/nise-bosh-vagrant:23:in `load'
        from c:/Ruby193/bin/nise-bosh-vagrant:23:in `<main>'