我不知道我做错了什么。我正在尝试为我的django项目设置vagrant和virtualbox。我修改了vagrantfile上流浪问题:无法找到'lucid64'框
的指示,我得到以下错误:on this website
There was a problem with the configuration of Vagrant. The error message(s) are printed below:
vm: * The box 'lucid64' could not be found.
我使用的是MAC OS, 请帮助。谢谢。
尝试手动下载lucid64.box文件,并用''vagrant box添加lucid64/path/to/box/file''将其添加到可用VM列表中。你可以用''流浪盒子列表''来验证它的可用性。 – mikewaters
谢谢。那工作。 – dobleV
请用您的答案更新您的问题。 – mikewaters