btashton commented on a change in pull request #42: URL: https://github.com/apache/incubator-nuttx-testing/pull/42#discussion_r420534263
########## File path: cibuild.sh ########## @@ -48,6 +48,14 @@ function python-tools { PYTHONUSERBASE=$prebuilt/pylocal export PYTHONUSERBASE add_path $PYTHONUSERBASE/bin + case $os in + Darwin) + PIP=pip3 Review comment: I see that it would be fairly trivial to have it use our docker container to the build if that would be easier for us to maintain ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org