From 5bf126d0693118d0e7a3d0e9b4bf66d8929bf4e3 Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Fri, 25 Aug 2023 17:40:13 +0200 Subject: [PATCH] chore: Allow breaking system packages until we propose some move sandboxed method to install it --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 0f15aa3..b3056c8 100755 --- a/install.sh +++ b/install.sh @@ -2,6 +2,8 @@ set -e +export PIP_BREAK_SYSTEM_PACKAGES=1 + _check_pip () { local good_version="$(python3 -c ' import re