I want to add intellij php remote interpreter from vagrant and followed steps below.
But I got error
Error says VBoxManage command is not found in PATH, but I was able to find vboxmanage at my console.
~/Documents/sandbox/my-devenv/ [master*] which vboxmanage
/usr/local/bin/vboxmanage
~/Documents/sandbox/my-devenv/ [master*] vboxmanage -v
4.3.30r101610
I use vagrant 1.7.0 and Vboxmanage version is not too old. How can I fix it?