From: Stefan Kobza Date: Thu, 11 Feb 2016 08:22:35 +0000 (+0100) Subject: Add virtualenv and pip to jenkins executor image. X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=cb838fe2ac862f269785cbae8e9caa3a106ef0c7;p=ci-management.git Add virtualenv and pip to jenkins executor image. Change-Id: I4315eeacff98fa4c9a41a53e608b90a68024d92f Signed-off-by: Stefan Kobza --- diff --git a/vagrant/basebuild/Vagrantfile b/vagrant/basebuild/Vagrantfile index 3cbf092b3..c1cb5f4a0 100644 --- a/vagrant/basebuild/Vagrantfile +++ b/vagrant/basebuild/Vagrantfile @@ -66,6 +66,9 @@ Vagrant.configure(2) do |config| echo "hugetlbfs /mnt/huge hugetlbfs defaults 0 0" >> /etc/fstab mount /mnt/huge + # Install virtualenv for test execution + apt-get install -y --force-yes python-virtualenv python-pip python-dev + SHELL #################