收到此错误:

The executable '/Users/nick/vs/mmvagrant/Contents/Library/vmware-vmx' Vagrant is trying to run was not
found in the PATH variable. This is an error. Please verify
this software is installed and on the path.

(我在我的 ~/vs/mmvagrant 文件夹中 Vagrant )

购买、安装并获得适当许可的 vmware-fusion

在 puphpet 中选择它作为本地选项,我收到上述失败消息。当我使用 VirtualBox 运行时,它很好。

我在哪里可以找到这些内容/库引用,或者我可以在我的路径中添加什么?

(苹果操作系统/X)

最佳答案

在 PuPHPet 中,必须选择一个存在于您系统中的“提供程序”:

vagrant - 尝试使用 Vmware Fusion 启动 Vagrant - 未找到文件错误-LMLPHP

PuPHPet 将创建一个 Vagrantfile,它根据您选择的提供者做出某些假设。在您的情况下,您选择了 VMWare Fusion ,问题假定已安装但实际上并未安装。这会导致此错误:



重新安装 VMWare Fusion,然后确保安装了 VMWare Fusion 插件(使用 vagrant plugin list 命令)。最后,将所有这些部分都准备好后,再次尝试 vagrant up

关于vagrant - 尝试使用 Vmware Fusion 启动 Vagrant - 未找到文件错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/31581959/

10-15 14:54