Skip to content

Commit 067be75

Browse files
authored
Merge pull request #48 from mdrocan/change_to_pip311
upgraded to pip 3.11
2 parents 58e4625 + 334b933 commit 067be75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pip_check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
scriptname=$0
4-
pip3=$(find "/usr/local/bin/" -iname pip3.10)
4+
pip3=$(find "/opt/homebrew/opt/[email protected]/bin" -iname pip3.11)
55
available_packages=$($pip3 list -o)
66

77
pip3_package_list() {
@@ -73,4 +73,4 @@ else
7373
display_help
7474
exit 1
7575
fi
76-
fi
76+
fi

0 commit comments

Comments
 (0)