This commit is contained in:
Tobias Schmidl 2018-09-06 19:42:45 +02:00 committed by GitHub
parent 475d65024f
commit 10aee82b9c

View file

@ -18,7 +18,7 @@ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs sudo apt-get install -y nodejs
# python3 related # python3 related
sudo -S bash -c "curl -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\ sudo -HS bash -c "curl -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\
curl -RLfs https://bootstrap.pypa.io/get-pip.py | python3" curl -RLfs https://bootstrap.pypa.io/get-pip.py | python3"
# vim related # vim related