Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 65e8dc3

Browse files
committed
env.sh: set $HOME to a writable directory
python's test_site needs writable $HOME
1 parent d42e580 commit 65e8dc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devscripts/env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH$PYTHON3_ROOT/usr/lib"
88
export SSL_CERT_DIR=$PYTHON3_ROOT/etc/ssl/certs
99
# For ncurses
1010
export TERMINFO=$PYTHON3_ROOT/usr/share/terminfo
11+
12+
export HOME=/data/local/tmp

0 commit comments

Comments
 (0)