Vagrant Command Stopped Working: Command not Found on WIndows

后端 未结 2 437
予麋鹿
予麋鹿 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:46

    It means that its missing from your System PATH variable.

    To set again:

    1. Click on "Start Menu"
    2. Search "Environment Variable" or "env"
    3. Click PATH
    4. Add New
    5. Paste This C:\HashiCrop\Vagrant\bin [Vagrant installation path]

    Hope it will solve your problem.

提交回复
热议问题