diff --git a/bootstrap.sh b/bootstrap.sh index fd9f5d9..b64f4b2 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,7 +18,7 @@ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get install -y nodejs # 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" # vim related