默认在
C:\Users\***\.vagrant.d
然后下面有boxes目录
想迁移到其它目录
setx VAGRANT_HOME "/d/.vagrant.d/"
setx VAGRANT_HOME "D:/temp/.vagrant.d/"
打开环境变量对话框,发现已经加上了
NOTE: This adds to the User Environment, if you want to add to the system/machine you need to add the /M option at the end of the command, for example:
setx VAGRANT_HOME "X:/your/path" /M
参考:

相关文章:

  • 2022-01-02
  • 2021-05-18
  • 2021-10-22
  • 2021-05-17
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-03
  • 2021-08-07
  • 2021-07-10
  • 2021-10-01
  • 2021-10-06
  • 2021-12-28
  • 2021-11-08
相关资源
相似解决方案