This commit is contained in:
parent
475d65024f
commit
10aee82b9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue