This question is what I will answer in the hope that anyone with the same problem will be able to solve the problem without too many head bangs, as I did!
I just installed VirtualBox (4.3.16) and Vagrant (1.3.5) according to the instructions on my website. Everything seemed pretty clear and easy until I got to the command: vagrant up
This immediately returned an error:
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed. Vagrant uses the `VBoxManage` binary that ships with VirtualBox, and requires this to be available on the PATH. If VirtualBox is installed, please find the `VBoxManage` binary and add it to the PATH environmental variable.
This is an amazing error message ... Where should I find this PATH variable ???
source share