From 0c344dc756ed176bd40fa28caa13b910096cbfdd Mon Sep 17 00:00:00 2001 From: Oliver Bristow Date: Thu, 3 Dec 2020 13:43:36 +0000 Subject: [PATCH] Fix vagrant init (#3643) --- vagrant/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/init.sh b/vagrant/init.sh index 57a8289d42c..db85e6cc307 100644 --- a/vagrant/init.sh +++ b/vagrant/init.sh @@ -103,7 +103,7 @@ REMOVED apt-get -qy update # install deps -apt-get install -qy ant vim zip mc curl wget openjdk-11-jdk scala git python3-setuptools python3-dev libtool-bin libcppunit-dev python-is-python3 +apt-get install -qy ant vim zip mc curl wget openjdk-11-jdk scala git python3-setuptools python3-venv python3-dev libtool-bin libcppunit-dev python-is-python3 # install_mesos $mode if [ $mode == "master" ]; then