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

[incubator-nuttx-testing] 05/05: Revert "cibuild.sh: export PIP_USER and PYTHONUSERBASE"

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

btashton pushed a commit to branch revert-42-cibuild
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit 1f0a3b62a29ebc73f97a93145f13f3b17bf8011f
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Mon May 4 21:13:37 2020 -0700

    Revert "cibuild.sh: export PIP_USER and PYTHONUSERBASE"
    
    This reverts commit 0a69e09f55813aa39db8ff0f2ddf9495b7c18fc0.
---
 cibuild.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cibuild.sh b/cibuild.sh
index 80de270..d84a46a 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -44,9 +44,7 @@ function add_path {
 function python-tools {
   # Python User Env
   PIP_USER=yes
-  export PIP_USER
   PYTHONUSERBASE=$prebuilt/pylocal
-  export PYTHONUSERBASE
   add_path $PYTHONUSERBASE/bin
 }