From 00a07f242395b044ad4679a577975e29f6fba44c Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Wed, 2 Sep 2020 10:11:12 +1200 Subject: [PATCH] Use pip3 instead of pip in trovestack Change-Id: Icbbfaa07a699e1280b0d39dfbae87d7468cbb260 --- integration/scripts/trovestack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack index 92a5df7f5a..cd1ad174c2 100755 --- a/integration/scripts/trovestack +++ b/integration/scripts/trovestack @@ -752,7 +752,7 @@ function cmd_build_image() { echo "Ensuring we have all packages needed to build image." sudo $HTTP_PROXY $PKG_MGR $PKG_GET_ARGS update sudo $HTTP_PROXY $PKG_MGR $PKG_GET_ARGS install qemu git kpartx debootstrap squashfs-tools - sudo -H $HTTP_PROXY pip install diskimage-builder + sudo -H $HTTP_PROXY pip3 install diskimage-builder build_guest_image ${image_guest_os} ${image_guest_release} ${dev_mode} ${guest_username} ${output} }