updated python_pip_install.sh

pull/2/head
Hari Sekhon 5 years ago
parent 063f0f58ca
commit 4521fcf84f

@ -53,7 +53,7 @@ for x in "$@"; do
esac
done
if [ -z "$pip_modules" ]; then
if [ -z "${pip_modules// }" ]; then
usage
fi

Loading…
Cancel
Save