mirror of
https://github.com/kbenestad/ClubLedger.git
synced 2026-06-18 09:44:33 +00:00
run.sh: remove --quiet from pip so install errors are visible
https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7
This commit is contained in:
parent
e3af023582
commit
45e10422c8
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
|
@ -9,6 +9,6 @@ if [ ! -d "$VENV" ]; then
|
||||||
python3 -m venv "$VENV"
|
python3 -m venv "$VENV"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
"$VENV/bin/pip" install --quiet -r requirements.txt
|
"$VENV/bin/pip" install -r requirements.txt
|
||||||
|
|
||||||
exec "$VENV/bin/python" main.py "$@"
|
exec "$VENV/bin/python" main.py "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue