Is there a way to change the .vagrand.d location (the location for vagrant boxes)?
vagrant
Solution
Of course. Just change (or set) `VAGRANT_HOME` environment variable.
Source: Google Groups
Problem
By default, vagrant extracts boxes to a users home drive - `%HOMEDRIVE%\.vagrant.d\boxes`. This is on a network location. While good for reliable storage, this is extremely slow. How do I change the location of boxes?