From d7f09b27d5679e4e340a7764fca714442992633b Mon Sep 17 00:00:00 2001 From: j Date: Thu, 16 Mar 2017 12:18:20 +0100 Subject: [PATCH] fix install --- vm/pandora_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/pandora_install.sh b/vm/pandora_install.sh index d768ce45..62bb7863 100755 --- a/vm/pandora_install.sh +++ b/vm/pandora_install.sh @@ -53,6 +53,7 @@ apt-get install -y \ git \ python3-setuptools \ python3-pip \ + virtualenv \ python3-virtualenv \ python3-dev \ python3-pil \