Skip to content

Commit

Permalink
revert --break-system-packages change
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jan 11, 2024
1 parent bcc1029 commit d9608a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions easyinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,7 @@ function installPackagesWeb() {
# cache the pip packages
function cachePipPackages(){
pushd $WEB_INSTALL_PATH
# TODO --break-system-packages can break installation of other packages with
# `apt install python3-...` and updating python packages with `apt upgrade`.
# We should really use a venv here, or people might have problems using
# their Pi for more than just PiSCSI.
sudo pip3 install -r ./requirements.txt --break-system-packages
sudo pip3 install -r ./requirements.txt
popd
}

Expand Down

0 comments on commit d9608a9

Please sign in to comment.