Skip to content

Commit 7cdaa3f

Browse files
authored
Update qbm-update.sh
1 parent 81be6e5 commit 7cdaa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qbm-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ update_venv() {
4848
new_requirements=$(sha1sum "$QBM_REQUIREMENTS_FILE" | awk '{print $1}')
4949
if [ "$current_requirements" != "$new_requirements" ] || [ "$force_update" = true ]; then
5050
echo "=== Requirements changed, updating venv ==="
51-
"$QBM_VENV_PATH/bin/python" "$QBM_VENV_PATH/bin/pip" install .
51+
"$QBM_VENV_PATH/bin/python" -m pip install --upgrade "$QBM_PATH"
5252
fi
5353
}
5454

0 commit comments

Comments
 (0)