allow installation of pip to python3 independent of python2
This commit is contained in:
parent
d5e1d6cfbc
commit
1e1f230e79
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue