A
A
Alexander Kirshin2017-03-27 20:37:30
Windows
Alexander Kirshin, 2017-03-27 20:37:30

Why doesn't Vagrant start on the Windows 10 command line?

Vagrant does not start on the Windows 10 command line. Is the path environment variable set? It's not clear what's wrong.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Kirshin, 2017-03-27
@Stewart85

d6cb516eaa714490821a0cb3ca495eff.jpg
here is the screenshot

R
res2001, 2017-03-28
@res2001

The error says that Windows cannot find vagrant.exe/com/cmd/bat/etc in the paths specified in PATH, no other is given.
Options:
1. Specify the full path
2.Check PATH.
The PATH must contain the path to the directory where the executable file is directly located, and not a subdirectory.
In PATH directories are separated from each other by the character ";"
You can view PATH in cmd like this:
set PATH

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question