updated python_pip_install_if_absent.sh

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

@ -31,6 +31,11 @@ usage(){
echo echo
echo "Takes a list of python module names as arguments or .txt files containing lists of modules (one per line)" echo "Takes a list of python module names as arguments or .txt files containing lists of modules (one per line)"
echo 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 "usage: ${0##*} <list_of_modules>"
echo echo
exit 3 exit 3

Loading…
Cancel
Save