X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fnode-install.sh;h=52500b0872f522fb4b957da13572bd040562629b;hb=a5fa8a32ab2f856fecc7505fdfd7a8e12df2c402;hp=43aa7b40255e1825220e115222f8cdc09db2e0cd;hpb=7eb6004ea840df565c6df3620a71668a58f3df0a;p=releng%2Fglobal-jjb.git diff --git a/shell/node-install.sh b/shell/node-install.sh index 43aa7b40..52500b08 100644 --- a/shell/node-install.sh +++ b/shell/node-install.sh @@ -17,9 +17,10 @@ set -e -o pipefail virtualenv --quiet "/tmp/v/python" # shellcheck source=/tmp/v/node/bin/activate disable=SC1091 source "/tmp/v/python/bin/activate" -pip install --quiet --upgrade pip setuptools -pip install --quiet --upgrade pipdeptree +pip install --quiet --upgrade "pip==9.0.3" setuptools==65.7.0 pip install --quiet --upgrade nodeenv -echo "----> Pip Dependency Tree" -pipdeptree +# installs are silent, show version details in log +python --version +pip --version +pip freeze