X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fnode-install.sh;h=da6cfe430e6b93a6f5451019ae1deb9f7a858cf2;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=008b382414fd7aba7cad0f8e5861ce0ac68bf15b;hpb=ad0ee7c792b24345f2b419b3418bd84eac0f6ac1;p=releng%2Fglobal-jjb.git diff --git a/shell/node-install.sh b/shell/node-install.sh index 008b3824..da6cfe43 100644 --- a/shell/node-install.sh +++ b/shell/node-install.sh @@ -18,8 +18,7 @@ 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 +echo "----> pip freeze" +pip freeze