We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd2763 commit f79845eCopy full SHA for f79845e
examples/npm-virtualenv-uwsgi-test-app/app.sh
@@ -16,6 +16,8 @@ for pkg in ${packages[@]}; do
16
python -m pip install -U --no-deps --no-python-version-warning $pkg 2>&1 | grep -Ev "^Requirement already (up-to-date|satisfied): "
17
if [ $? -eq 0 ]; then
18
echo "ERROR: Failed to upgrade '$pkg' to the latest version."
19
+ echo "Output of the pip install command is:"
20
+ python -m pip install -U --no-deps --no-python-version-warning $pkg
21
exit 1
22
fi
23
done
0 commit comments