From 1e1f230e79c450a12454d42ac26eafa26eecddf6 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 23 Nov 2018 11:02:04 +0100 Subject: [PATCH] allow installation of pip to python3 independent of python2 --- bootstrap-root.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index a10b7ad..c807ab8 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -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 | python3 +curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python2 +curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python3