Skip to content

Commit 0a69e09

Browse files
yamtxiaoxiang781216
authored andcommitted
cibuild.sh: export PIP_USER and PYTHONUSERBASE
So that pip will install tools under prebuilt/ correctly.
1 parent 4f8db26 commit 0a69e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cibuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ function add_path {
4444
function python-tools {
4545
# Python User Env
4646
PIP_USER=yes
47+
export PIP_USER
4748
PYTHONUSERBASE=$prebuilt/pylocal
49+
export PYTHONUSERBASE
4850
add_path $PYTHONUSERBASE/bin
4951
}
5052

0 commit comments

Comments
 (0)