VirtualBox, Vagrant >= 1.1, and Ansible are required. Follow the steps below:
{{ d['install-and-generate.sh|idio']['install-vagrant-ansible'] }}
Install vagrant from here
Once installed, open a new console and change directory to scipy-tutorial-2014/environment/vagrant.
{{ d['install-and-generate.sh|idio']['generate-vagrant'] }}
To connect to the machine:
vagrant ssh
To shutdown the virtual machine:
{{ d['install-and-generate.sh|idio']['vagrant-shutdown'] }}