Skip to content

Commit 4dcf461

Browse files
committed
remove old HW support from script, as keeping brew up to date didn't work some time back
1 parent 4f81efc commit 4dcf461

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pip_check.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
scriptname=$0
44

55
hw=$(uname -m)
6-
if [ "$hw" = x86_64 ]; then
7-
pip3=$(find "/usr/local/bin" -iname pip3.11)
8-
elif [ "$hw" = arm64 ]; then
9-
pip3=$(find "/opt/homebrew/opt/python@3.12/bin" -iname pip3.12)
6+
if [ "$hw" = arm64 ]; then
7+
pip3=$(find "/opt/homebrew/opt/python@3.13/bin" -iname pip3.13)
108
else
119
exit 1
1210
fi

0 commit comments

Comments
 (0)