Move to Python3 - Part 2

This commit is contained in:
Ole Schütt 2020-05-25 17:34:12 +02:00 committed by Ole Schütt
parent 8ba70f2a84
commit 720a9835fd
7 changed files with 7 additions and 8 deletions

View file

@ -5,9 +5,8 @@
# install Ubuntu packages
apt-get update -qq
apt-get install -qq --no-install-recommends \
python \
python3 \
libpython3-stdlib \
python3 \
python3-pip \
python3-wheel \
python3-setuptools \