【发布时间】:2018-10-09 08:57:22
【问题描述】:
我正在使用 git bash 并且 vagrant 文件已添加到我的项目中,但是当我尝试运行 VAGRANT UP 命令时,它会出现此错误:
$ vagrant up
The executable 'powershell' 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.
帮我解决这个问题。
vagrant 文件包含:
Vagrant.configure("2") do |config|
【问题讨论】:
标签: powershell vagrant virtualbox git-bash vagrantfile