Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Vagrant up" stuck verifying Hyper-v provider

When running vagrant up it is stuck verifying Hyper-V provider...

In windows 7 64-bit after installing Vagrant and Oracle virtual box.

like image 451
ESP Avatar asked May 31 '14 13:05

ESP


2 Answers

Add C:\Program Files\Oracle\VirtualBox to your PATH environment variable in Windows.

like image 84
ESP Avatar answered Oct 29 '22 13:10

ESP


If the solution proposed by ESP does not work for You (that was my case unfortunately) try setting environmental variable VAGRANT_DEFAULT_PROVIDER to virtualbox.

like image 5
st4nson Avatar answered Oct 29 '22 13:10

st4nson