Move to python3.8.0

This commit is contained in:
Andrew Hamilton 2019-11-06 14:07:33 +10:00
parent a770a3ebc7
commit 04fb17cb3f
26 changed files with 38 additions and 37 deletions

View file

@ -13,8 +13,8 @@ if [ $DIST_ID != "ubuntu" ]; then
exit 1
fi
echo "Installing the dependencies of the eris script…"
sudo apt --yes install python3-pip python3.7 util-linux
python3.7 -m pip install pyinotify pygments docopt pillow toml
sudo apt --yes install python3-pip python3.8 util-linux
python3.8 -m pip install pyinotify pygments docopt pillow toml
echo
echo "Installing all the tools eris may need…"
./install-tools