-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
executable file not found in %PATH% #101
Comments
Windows is not currently supported, see #83. But this error to me sounds like somewhere in the code we are calling So my first guess is see if there is |
I tested on Windows and I got the same issue. However I saw some progress. My guess is a custom implementation of the code used in go-virtualbox to get the |
rneto12's advise works for me too. But need to reboot Windows to apply these changes. |
Been going through the same issue for the last week, here's the resolution. Apparently, when VirtualBox is installed in a different than the default folder, we get the PATH saved improperly in our system. It'll look like this: The solution is to add new PATH to our system: Restart the console application/IDE, in my case, VSCode, and just re-run terraform apply with yes brought up the virtual machine just fine. That's it :) |
hi,
got error below when using on Windows 10 and VirtualBox 6.1.18. Lines from Example used.
VirualBox directory added to PATH, so which 'executable file' it requires?
The text was updated successfully, but these errors were encountered: