Skip to content

Commit

Permalink
master: check_install.sh: better site-packages error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Apr 29, 2024
1 parent f05ec70 commit 7909bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pip install --prefix=$prefix .
count=$(find $prefix -name 'site-packages' | wc -l)
if [ "$count" != 1 ]
then
echo "check_install.sh: zero or more than one site-packages below $prefix"
echo "check_install.sh: $count site-packages below $prefix"
find $prefix -name 'site-packages'
exit 1
fi
Expand Down

0 comments on commit 7909bd1

Please sign in to comment.