Skip to content

Commit

Permalink
fix python env
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Oct 1, 2024
1 parent 6ab60de commit acf3a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/00_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fi

# DEMO: check python packages
while IFS='|' read -r package details; do
if ! eval "$python -m pip show $package >/dev/null"; then
if ! eval "python -m pip show $package >/dev/null"; then
echo "recommended: python package $package not found."
echo details: $details
fi
Expand Down

0 comments on commit acf3a7c

Please sign in to comment.