We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81be6e5 commit 7cdaa3fCopy full SHA for 7cdaa3f
qbm-update.sh
@@ -48,7 +48,7 @@ update_venv() {
48
new_requirements=$(sha1sum "$QBM_REQUIREMENTS_FILE" | awk '{print $1}')
49
if [ "$current_requirements" != "$new_requirements" ] || [ "$force_update" = true ]; then
50
echo "=== Requirements changed, updating venv ==="
51
- "$QBM_VENV_PATH/bin/python" "$QBM_VENV_PATH/bin/pip" install .
+ "$QBM_VENV_PATH/bin/python" -m pip install --upgrade "$QBM_PATH"
52
fi
53
}
54
0 commit comments