mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 22:29:56 +02:00
🐛 Handle missing pip3 in the main script
This commit is contained in:
parent
0074ac405e
commit
fc853d4d13
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@ main() {
|
|||
|
||||
|
||||
if [ "$LOG_LEVEL" = "DEBUG" -o "$LOG_LEVEL" = "TRACE" ]; then
|
||||
pip3 list
|
||||
if which pip3; then
|
||||
pip3 list
|
||||
fi
|
||||
fi
|
||||
main
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue