Vagrant Command Stopped Working: Command not Found on WIndows

Samuel Cesc picture Samuel Cesc · Feb 26, 2016 · Viewed 14.3k times · Source

I've been trying to fire up vagrant from the Homestead folder on Windows but keeps showing

bash: vagrant: command not found

I suppose it is an issue with configuration of commands on Windows

Please, what can be done about this? Thanks in advance!

Answer

Samuel Cesc picture Samuel Cesc · Feb 27, 2016

Okay, I had an issue with the system environment variables.

Go to: System Properties -> Advanced -> Click Environment Variables

Then Click Path on the System variables section, Add New and type in C:/HashiCorp/Vagrant/bin depending on your vagrant path.

Click Ok and you're done!