diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 9a19aaca6..4e24a4f2d 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -200,6 +200,11 @@ else SUDO="sudo" fi +# Pip for python2. +curl -L --output /tmp/py2-get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py +$SUDO python2 /tmp/py2-get-pip.py +rm -f /tmp/py2-get-pip.py + # Allow 32-bit packages. $SUDO dpkg --add-architecture i386 $SUDO apt-get -yq update