We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f81efc commit 4dcf461Copy full SHA for 4dcf461
pip_check.sh
@@ -3,10 +3,8 @@
3
scriptname=$0
4
5
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)
+if [ "$hw" = arm64 ]; then
+ pip3=$(find "/opt/homebrew/opt/python@3.13/bin" -iname pip3.13)
10
else
11
exit 1
12
fi
0 commit comments