You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to run vagrant in WSL2. I do not need to run it on the Windows side, nor do I need it to access Windows files.
Actual behavior
vagrant
Vagrant failed to initialize at a very early stage:
The executable 'cmd.exe' Vagrant is trying to run was not
found in the PATH variable. This is an error. Please verify
this software is installed and on the path.
Reproduction information
Vagrant version
Vagrant 2.4.1
Host operating system
Ubuntu 22.04
Guest operating system
N/A
The text was updated successfully, but these errors were encountered:
I installed
vagrant
inside my WSL2 (Ubuntu22) instance. I do not have it installed on the windows side.vagrant --version
printsVagrant 2.4.1
which vagrant
prints/usr/bin/vagrant
enho $PATH
prints:Also,
/etc/wsl.conf
has:Expected behavior
Being able to run vagrant in WSL2. I do not need to run it on the Windows side, nor do I need it to access Windows files.
Actual behavior
vagrant
Reproduction information
Vagrant version
Vagrant 2.4.1
Host operating system
Ubuntu 22.04
Guest operating system
N/A
The text was updated successfully, but these errors were encountered: