release: Move to python3.9
This commit is contained in:
parent
2b0fd6b724
commit
5d553a6542
25 changed files with 40 additions and 40 deletions
|
|
@ -10,8 +10,8 @@ if [ $DIST_ID != "ubuntu" ]; then
|
|||
exit 1
|
||||
fi
|
||||
echo "Installing the dependencies of the eris script…"
|
||||
sudo apt --yes install python3-pip python3.8 util-linux
|
||||
python3.8 -m pip install pyinotify pygments docopt pillow toml
|
||||
sudo apt --yes install python3-pip python3.9 util-linux
|
||||
python3.9 -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