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 0a69e09f55813aa39db8ff0f2ddf9495b7c18fc0 Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Mon May 4 20:15:24 2020 +0900 cibuild.sh: export PIP_USER and PYTHONUSERBASE So that pip will install tools under prebuilt/ correctly. --- cibuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cibuild.sh b/cibuild.sh index d84a46a..80de270 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -44,7 +44,9 @@ function add_path { function python-tools { # Python User Env PIP_USER=yes + export PIP_USER PYTHONUSERBASE=$prebuilt/pylocal + export PYTHONUSERBASE add_path $PYTHONUSERBASE/bin }
