Explicitly using python3.5.
This commit is contained in:
parent
3711a0b293
commit
c25266c42b
18 changed files with 15 additions and 26 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue