We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b9720 commit 9c0e5f9Copy full SHA for 9c0e5f9
installs/install-pip.sh
@@ -28,6 +28,6 @@ set -o pipefail
28
"${LOCAL}/help/assert-tool.sh" pip3 --version
29
30
# see https://stackoverflow.com/a/76641565/187141
31
-rm /usr/lib/python3.*/EXTERNALLY-MANAGED
+rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED
32
33
pip3 install -r "${LOCAL}/requirements.txt"
0 commit comments