Vagrant Command Stopped Working: Command not Found on WIndows

后端 未结 2 471
予麋鹿
予麋鹿 2021-01-18 05:26

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 c

2条回答
  •  不要未来只要你来
    2021-01-18 05:27

    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!

提交回复
热议问题