Skip to content

Commit 4f81efc

Browse files
committed
update pip version to latest release
1 parent e0e912f commit 4f81efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pip_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hw=$(uname -m)
66
if [ "$hw" = x86_64 ]; then
77
pip3=$(find "/usr/local/bin" -iname pip3.11)
88
elif [ "$hw" = arm64 ]; then
9-
pip3=$(find "/opt/homebrew/opt/python@3.11/bin" -iname pip3.11)
9+
pip3=$(find "/opt/homebrew/opt/python@3.12/bin" -iname pip3.12)
1010
else
1111
exit 1
1212
fi

0 commit comments

Comments
 (0)