Skip to content

Commit 3f4d77f

Browse files
committed
dirty fix for python 3.10 / pip3.10
1 parent 5068d06 commit 3f4d77f

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
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
scriptname=$0
4-
pip3=$(find "/usr/local/bin/" -iname pip3)
4+
pip3=$(find "/usr/local/bin/" -iname pip3.10)
55
available_packages=$($pip3 list --outdated)
66

77
pip3_package_list() {

0 commit comments

Comments
 (0)