updated python_pip_install.sh

pull/16/head
Hari Sekhon 5 months ago
parent ef513e2407
commit 933fcd58f9

@ -37,6 +37,11 @@ usage(){
echo
echo "Takes a list of python module names as arguments or .txt files containing lists of modules (one per line)"
echo
echo "You may need to set this in your environment to install to system or user libraries in newer versions of pip:"
echo
echo " export PIP_BREAK_SYSTEM_PACKAGES=1"
echo
echo
echo "usage: ${0##*} <list_of_modules>"
echo
exit 3

Loading…
Cancel
Save