From 9ad060bfe48a1bbc0226ee362f2895be4061563c Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Tue, 14 Jun 2016 14:00:51 +0100 Subject: [PATCH] Vagrantfile: Add 'tree' to installed packages This package is required by the tutorial notebooks. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 296fae888..8ccd46478 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,7 +14,7 @@ Vagrant.configure(2) do |config| config.vm.provision "shell", inline: <<-SHELL sudo apt-get update - sudo apt-get install -y autoconf automake build-essential git libfreetype6-dev libpng12-dev libtool nmap pkg-config python-all-dev python-matplotlib python-nose python-numpy python-pip python-zmq sshpass trace-cmd + sudo apt-get install -y autoconf automake build-essential git libfreetype6-dev libpng12-dev libtool nmap pkg-config python-all-dev python-matplotlib python-nose python-numpy python-pip python-zmq sshpass trace-cmd tree sudo pip install ipython[notebook] pandas sudo apt-get remove -y w3m -- GitLab