VagrantΒΆ

Before starting, you should be familiar with the basic vagrant documentation. Be sure you are using the latest version of Vagrant from the download page.

Our images are available through the ContinuumIO organization:

vagrant box add continuumio/anaconda2
mkdir anaconda2
cd anaconda2
vagrant init continuumio/anaconda2
vagrant up
vagrant ssh
conda info