Skip to content

vagrant up doesn't work after OS upgrade or driver installation

Martin Harrer edited this page Nov 27, 2018 · 1 revision
C:\users\p20137\ownCloud\fh\fhooe-webdev> vagrant up
vagrant : The term 'pwdr' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pwdr
+ ~~~~
    + CategoryInfo          : ObjectNotFound: (pwdr:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

In these case vagrant is no longer found in the path. Sometimes Release Upgrades of your operating system or driver installation invalidate your vagrant installation.

Uninstall und reinstall vagrant to fix the problem.

Clone this wiki locally