allow installation of pip to python3 independent of python2

This commit is contained in:
Tobias Schmidl 2018-11-23 11:02:04 +01:00
parent d5e1d6cfbc
commit 1e1f230e79

View file

@ -35,5 +35,5 @@ curl -RLSsf1 https://deb.nodesource.com/setup_10.x | bash -
apt-get install -y nodejs
# python3 related
curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python2 && \
curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python2
curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python3