updated python_pip_install.sh

pull/16/head
Hari Sekhon 5 months ago
parent 1438f07bd9
commit b69edeadad

@ -98,7 +98,7 @@ if inside_virtualenv; then
echo "inside virtualenv, not using sudo"
sudo=""
elif [ $EUID != 0 ]; then
sudo=sudo
sudo="sudo --preserve-env=PIP_BREAK_SYSTEM_PACKAGES"
fi
user_opt(){

Loading…
Cancel
Save