"vagrant status" in IntelliJ terminal differs with command prompt

Problem

When running vagrant status in IntelljJ terminal, the result is different with running it in command prompt.
It shows running in command prompt, but it shows poweroff in IntelliJ terminal.

Solution

I was running IntelliJ as Administrator. After I removed the privileges, it fixed.
It turns out the Vagrant requires same access level as the VirtualBox.

Comments

Popular posts from this blog

CEF Python