Vagrant with window sub system not working -
when run "vagrant up" getting following error on bash.
vagrant cannot enable access manage machines within windows environment because version of vagrant installed on windows not match version of vagrant running within windows subsystem linux. please ensure both installation of vagrant same. if not want update vagrant installations can disable windows access unsetting
vagrant_wsl_access_windows_user
environment variable.
windows vagrant version: unknown
windows subsystem linux vagrant version: 1.9.5
system environment
os : windows 10
windows vagrant version : 1.9.5
virtualbox version : virtualbox-5.1.26-117224-win
any appreciated!
for vagrant setup there tow things should consider
• make sure vt virtualization enabled in bios settings if not then. turn on intel vt virtualization in bios settings , restart machine
• make sure hyper-v not enabled. stop hyper-v service running default in windows 8/10, since blocks other calls vt hardware. go control panel -> program , features -> turn windows features on or off.
Comments
Post a Comment