You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/05/04 19:02:09 UTC

[incubator-nuttx-testing] 02/05: cibuild.sh: Use pip3

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit ffe71ccba02996eec949bd905d718f698900d59a
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon May 4 20:16:41 2020 +0900

    cibuild.sh: Use pip3
---
 cibuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cibuild.sh b/cibuild.sh
index 80de270..3e169c4 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -202,7 +202,7 @@ function xtensa-esp32-gcc-toolchain {
     esac
   fi
   xtensa-esp32-elf-gcc --version
-  pip install esptool
+  pip3 install esptool
 }
 
 function c-cache {