尝试使用来自Vagrant的安装程序在Windows 7 X64上安装Vagrant - vagrant_1.7.0.msi
安装顺利,但无法使用流浪汉。在任何命令上,例如vagrant -v
,显示如下:
Failed to find Vagrant!
我做了什么:
以上所有没有运气。知道在哪里挖掘?
谢谢。
答案 0 :(得分:12)
也是为了添加我自己的这个问题的版本:
所以我卸载了它并安装了旧版本(1.6.5)
是的,旧版本解决了这个问题。 我是从他们的官方网站上得到的:https://www.vagrantup.com/download-archive/v1.6.5.html
我猜问题出现在这个文件中: https://github.com/mitchellh/vagrant-installers/blob/master/substrate/launcher/main.go
答案 1 :(得分:3)
Windows 7 64上的相同问题。
降级回Vagrant 1.6.5
答案 2 :(得分:2)
您是否已阅读此处列出的流浪者方面的安装说明: https://docs.vagrantup.com/v2/installation/index.html
这是我在其网站上列出的内容:
安装程序会自动将vagrant添加到您的系统路径,以便它可以在终端中使用。如果找不到,请尝试注销并重新登录到您的系统(对于Windows,这有时尤为必要)。
请尝试从Git Bash运行它,让我知道它是否适合你。
如果您仍然遇到问题,请尝试使用较旧版本的vagrant https://www.vagrantup.com/download-archive/v1.6.5.html
答案 3 :(得分:0)
Vagrant 1.7.1应该解决这个问题。 https://github.com/mitchellh/vagrant/issues/4924#issuecomment-66808666