Move to python3.8.

This commit is contained in:
Andrew Hamilton 2020-04-24 23:47:12 +10:00
parent c4fc5a8b10
commit 0054c8dfd2
26 changed files with 41 additions and 41 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-sortedcontainers
python3.7 -m pip install pyinotify pygments docopt pillow toml
sudo apt --yes install python3-pip python3.8 util-linux python3-sortedcontainers
python3.8 -m pip install pyinotify pygments docopt pillow toml
echo
echo "Installing all the tools eris may need…"
./install-tools