Sync directory and add python3

Co-authored-by: Chris Gora <34940205+ChrisGora@users.noreply.github.com>
Co-authored-by: jack bond-preston <jackbondpreston@outlook.com>
This commit is contained in:
Liam Dalgarno
2020-11-25 14:52:07 +00:00
parent e7b097a399
commit 49e18c82a9
2 changed files with 6 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -1,4 +1,5 @@
Vagrant.configure("2") do |config|
config.vm.box = "generic/ubuntu1804"
config.vm.provision "shell", path: "init.sh"
config.vm.synced_folder "./", "/home/vagrant/cw"
end