From 99136f5f591deef0c96d9aea2dbea1c216f38121 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 8 Dec 2016 15:51:22 +0000 Subject: toaster: Reference pip3 not pip Now that we use python3, we should refer to pip3, not pip. [YOCTO #10774] Signed-off-by: Richard Purdie --- bin/toaster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/toaster b/bin/toaster index e0aac1a7b..de38cece0 100755 --- a/bin/toaster +++ b/bin/toaster @@ -111,7 +111,7 @@ verify_prereq() { if ! sed -n "$exp" $reqfile | python3 - ; then req=`grep ^Django $reqfile` echo "This program needs $req" - echo "Please install with pip install -r $reqfile" + echo "Please install with pip3 install -r $reqfile" return 2 fi -- cgit 1.2.3-korg