I\'ve the problem that my home directory is actually located on a remote server and with ~/.vagrant.d sitting on that server, the performance of vagrant decreases heavily (a
VAGRANT_HOME does not work well in my Windows 8.1. It worked for me when I changed the file
VAGRANT_HOME
D:\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.5.3\lib\vagrant\environment.rb
on line 117 to
@home_path = Util::Platform.fs_real_path("D:/vagrant/home/")
like Steve H said and it works fine.