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 e0e912f commit 4f81efcCopy full SHA for 4f81efc
pip_check.sh
@@ -6,7 +6,7 @@ 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.11/bin" -iname pip3.11)
+ pip3=$(find "/opt/homebrew/opt/python@3.12/bin" -iname pip3.12)
10
else
11
exit 1
12
fi
0 commit comments