Hi,
I am trying to install the vagrant-hostmanager plugin on a clean windows 10
I have installed newest vagrant and then vagrant-hostmanager
when I try to "vagrant up" it does not find the installed plugin.
Terminal
PS C:\projects\oxvm_eshop> vagrant plugin install vagrant-hostmanager
Installing the 'vagrant-hostmanager' plugin. This can take a few minutes...
Installed the plugin 'vagrant-hostmanager (1.8.9)'!
PS C:\projects\oxvm_eshop> vagrant up
Plugin 'vagrant-hostmanager' not found. Please install it using 'vagrant plugin install vagrant-hostmanager'.
PS C:\projects\oxvm_eshop> vagrant plugin list
vagrant-hostmanager (1.8.9, global)
vagrant-lxc (1.4.2, global)
- Version Constraint: > 0
vagrant-parallels (1.7.8, global)
- Version Constraint: > 0
PS C:\projects\oxvm_eshop>
But the command does not work on windows.
Do you know how to get this working on windows?