Skip to content

Commit 9c0e5f9

Browse files
committed
-f
1 parent c8b9720 commit 9c0e5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installs/install-pip.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ set -o pipefail
2828
"${LOCAL}/help/assert-tool.sh" pip3 --version
2929

3030
# see https://stackoverflow.com/a/76641565/187141
31-
rm /usr/lib/python3.*/EXTERNALLY-MANAGED
31+
rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED
3232

3333
pip3 install -r "${LOCAL}/requirements.txt"

0 commit comments

Comments
 (0)