Explicitly using python3.5.

This commit is contained in:
Andrew Hamilton 2017-02-08 13:56:56 +01:00
parent 3711a0b293
commit c25266c42b
18 changed files with 15 additions and 26 deletions

View file

@ -5,7 +5,7 @@ set -e
echo "Install the dependencies of the vigil script..."
sudo apt-get --yes install python3-minimal python3-pygments python3-pyinotify \
sudo apt-get --yes install python3.5 python3-minimal python3-pygments python3-pyinotify \
python3-docopt util-linux
echo
echo "Install all the tools vigil may need..."