From 3232cdac173cfca10a7ab2d8c7b5b42bc211d76a Mon Sep 17 00:00:00 2001 From: ibrahem Qasim Date: Wed, 26 Jun 2024 01:50:04 +0300 Subject: [PATCH] Update pips.sh --- pips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pips.sh b/pips.sh index 3c4ce54..d81779a 100644 --- a/pips.sh +++ b/pips.sh @@ -5,4 +5,4 @@ cd $HOME pip3 list --outdated -python3 -m pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U +$HOME/local/bin/python3.11 -m pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $HOME/local/bin/pip3 install -U