Skip to content

Commit 90418fd

Browse files
committed
fixed path output
1 parent 7bd755e commit 90418fd

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
@@ -4,7 +4,7 @@ scriptname=$0
44

55
hw=$(uname -m)
66
if [ "$hw" = x86_64 ]; then
7-
pip3=$(find "/usr/local/bin/" -iname pip3.11)
7+
pip3=$(find "/usr/local/bin" -iname pip3.11)
88
elif [ "$hw" = arm64 ]; then
99
pip3=$(find "/opt/homebrew/opt/[email protected]/bin" -iname pip3.11)
1010
else

0 commit comments

Comments
 (0)