mac下pure环境搭建

来源:互联网 发布:docker java web应用 编辑:程序博客网 时间:2024/06/06 16:29

首先是vagrant工具,用于对虚拟环境的管理:

遇到的问题

vagrant failed to initialize at a very early stage:The home directory you specified is not accessible. The homedirectory that Vagrant uses must be both readable and writable.You specified: /Users/xxx/.vagrant.d

解决方案:ls + whoami

ls -dlah  /Users/xxx/.vagrant.d

然后chown:

sudo chown -R xxx  /Users/xxx/.vagrant.d

2.虚拟环境:virtualbox安装

原创粉丝点击