Move to python3.8.
This commit is contained in:
parent
c4fc5a8b10
commit
0054c8dfd2
26 changed files with 41 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue