Make sure a recent version of pip is used.

- The version in impish isn't new enough.
This commit is contained in:
Andrew Hamilton 2021-12-29 22:52:52 +10:00
parent dc0a5a32b9
commit 4045b002d9
3 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,7 @@ set -e
sudo apt-get install -y python3.9 python3-pip
python3.9 -m pip install --upgrade pip
python3.9 -m pip install $1 ./eris
eris --apt-install-tools
# When developing...