I am new to Virtual OS and Vagrant.
I have installed the latest version of Vagrant (downloaded from the Vagrant website and installed on Windows 10 - host computer). I am using VirtualBox version 5.0.20, running Ubuntu version 16.04. I have executed the line within Ubuntu's terminal:
vagrant init hashicorp/precise64
however when I execute the statement: vagrant up
I get the error message:
No usable default provider could be found on your system...
What step are I missing?
Thanks for your assistance
Sorry for my late reply and thank you for your response. I'm just trying to get up and running with OpenCog and make the OpenCog as simply and easy. So referring to my original post what I am missing.
Thanks. I have virtual box installed. And I have created a linux virtual OS within it running the latest version of Ubuntu. So then when should be running vagrant.
git clone https://github.com/opencog/opencog cd opencog vagrant up vagrant ssh # do your thing exit vagrant halt