X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fnode-install.sh;h=7200ea35b60884821a8eb1d9667d367c010eae2d;hb=eafdcafcbe25dbad05e5117aca20bf6ea048ac44;hp=008b382414fd7aba7cad0f8e5861ce0ac68bf15b;hpb=7523625d22342839f99c02c0400a4b5d17252671;p=releng%2Fglobal-jjb.git diff --git a/shell/node-install.sh b/shell/node-install.sh index 008b3824..7200ea35 100644 --- a/shell/node-install.sh +++ b/shell/node-install.sh @@ -18,8 +18,9 @@ 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==9.0.3" setuptools -pip install --quiet --upgrade pipdeptree pip install --quiet --upgrade nodeenv -echo "----> Pip Dependency Tree" -pipdeptree +# installs are silent, show version details in log +python --version +pip --version +pip freeze