Phil
Phil

Reputation: 11

Vagrant - Bash: Command not found

Looking for some assistance with Vagrant, for what I believe is a Server Variable issue.

I have been trying all weekend to get any kind of Vagrant install up and running. I have followed: Laravel Homestead installation guide, and Sitepoint Homestead Vagrant VM guide.

I am using the default folders for install. Whatever I do, after installing Vagrant, I am unable to run 'vagrant up' or vagrant init' because the command 'vagrant' cannot be found (bash: vagrant: command not found). I am trying to execute from the folder with Vagrantfile in it, as suggested by Sitepoint.

I found this Stack Overflow article: Vagrant Command Stopped Working: Command not Found on Windows, but with the current version doesn't work as that bin folder is empty (note that the 'embedded' folder beside it is full, with several 'bin' folders down within the subfolder structure).

I am not familiar enough with Vagrant to know to which folder I should set the server variable, if indeed that is the right answer. It has to be simple, as no sites address this particular issue anywhere. Any assistance will be greatly appreciated.

Win 7, Vagrant 2.1.2, Virtualbox 5.2.14

Upvotes: 0

Views: 5024

Answers (1)

Phil
Phil

Reputation: 11

At the time of writing, Vagrant v2.1.2 is missing vagrant.exe in the i686.msi file.

There are two parts to this answer.

Thanks for your support Rohit.

Upvotes: 1

Related Questions