Install python3-distutils in deploy_linux.sh

This commit is contained in:
Mike Salvatore 2020-12-08 12:38:04 -05:00
parent c807104a38
commit 39da129933
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@ fi
log_message "Installing build-essential"
sudo apt install build-essential
log_message "Installing python3-distutils"
sudo apt install python3-distutils
log_message "Installing or updating pip"
# shellcheck disable=SC2086
pip_url=https://bootstrap.pypa.io/get-pip.py