Add python2 pip for Debian installs

This commit is contained in:
Dylan Rathbone
2020-11-03 09:16:49 +10:00
parent e2e4ce4ba6
commit 301f44cbef

View File

@@ -9,7 +9,7 @@ if [[ $ID = "amzn" ]]; then
python3-pip \
python2-boto3 \
python2-botocore \
python-pip \
python-pip
else
# FIXME: Currently assumes Debian-based
@@ -17,7 +17,7 @@ else
apt-get install -y \
python3-dev \
python3-pip \
python-pip \
python-pip
fi
export PATH=/usr/local/bin:$PATH
export PIP_DEFAULT_TIMEOUT=60