Skip to content

Commit 504110e

Browse files
committed
Further correct homebrew pip command test
1 parent 530f7d6 commit 504110e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_python_installs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ else # not virtualenv
101101
echo "Wrong homebrew python cmd"
102102
RET=1
103103
fi
104-
if [ "$PIP_CMD" != "/usr/local/bin/pip$python_m" ]; then
104+
if [ "$PIP_CMD" != "sudo /usr/local/bin/pip$python_m" ]; then
105105
echo "Wrong homebrew pip"
106106
RET=1
107107
fi

0 commit comments

Comments
 (0)