Vagrant ruby path issues with cmder

0

I recently installed cmder, a terminal that is more customizable / visually easier than windows command prompt.

When I run a command like vagrant ssh in cmder, I get this error:

Exec error: exec: "ruby": executable file not found in %PATH%

If I use gitbash I get the same problem.

I didn't have any %path% problems before I started using cmder.

Vincent Tang

Posted 2018-02-08T21:55:47.770

Reputation: 451

all I could find on this issue was here https://teamtreehouse.com/community/nothing-happens-when-i-type-vagrant-ssh

– Vincent Tang – 2018-02-08T22:02:59.507

You said "I use gitbash I get the same problem", so I don't think it's related to cmder. – Maximus – 2018-02-09T09:27:32.200

I meant, git bash had no problems running vagrant commands until I used cmder, and then gitbash also had problems. So cmder is somehow? changing my vagrant dependencies for ruby. – Vincent Tang – 2018-02-09T14:24:27.303

Do you run gitbash inside cmder? If you don't, cmder is not an issue. – Maximus – 2018-02-09T21:49:12.313

I't possible that your anti-virus software is deleting C:\HashiCorp\Vagrant\embedded\mingw64\bin\ruby.exe (or equivalent). – Dave Babbitt – 2019-11-21T19:59:39.127

No answers