Skip to content

Commit

Permalink
updated python_pip_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Apr 24, 2024
1 parent 1438f07 commit b69edea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python_pip_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit b69edea

Please sign in to comment.