From c9c9ceb2eb9342e5cf365b44ddb5be509a99be60 Mon Sep 17 00:00:00 2001 From: Levon Date: Mon, 26 Feb 2024 19:15:19 -0600 Subject: [PATCH] will fix later --- scripts/install_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index b8c4abe..8da7cb9 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -15,6 +15,7 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y source "$HOME/.cargo/env" cargo install cargo-c || exit 1 +sudo rm /etc/pip.conf grep -q '\[global\]' /etc/pip.conf 2> /dev/null || printf '%b' '[global]\n' | sudo tee -a /etc/pip.conf > /dev/null sudo sed -i '/^\[global\]/a\break-system-packages=true' /etc/pip.conf pip install --upgrade pip