vagrant.rst
changeset 2197 5ee52f8d25b5
child 2201 af2d2e117b4e
equal deleted inserted replaced
2196:4709306e4ec8 2197:5ee52f8d25b5
       
     1 
       
     2 =========
       
     3  Vagrant
       
     4 =========
       
     5 
       
     6 Changing Vagrant home directory
       
     7 ===============================
       
     8 
       
     9 Set ``VAGRANT_HOME`` env var, like::
       
    10 
       
    11   VAGRANT_HOME=d:\srv\vagrant
       
    12 
       
    13 Default is ``~/.vagrant.d`` for Linux and ``%USERPROFILE%\.vagrant.d`` for Windows.
       
    14 
       
    15 https://www.vagrantup.com/docs/other/environmental-variables.html
       
    16