Skip to content

Commit c9cd538

Browse files
committed
debug
1 parent 7176625 commit c9cd538

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/compile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ DEPLOY_SECRET=$(setting "DEPLOY_S3_SECRET")
4444
PYTHON_LIB=${VENDOR}/python_lib
4545
export PYTHONPATH=${PYTHON_LIB}:${PYTHONPATH:=""}
4646

47+
echo "-----> debug"
48+
python --version
49+
ls ${ENV_DIR}
50+
env
51+
echo "> 2"
52+
unset PYTHONHOME
53+
python -m site
54+
4755
S3CMD_ARCHIVE=${VENDOR}/s3cmd.tar.gz
4856
S3CFG=${VENDOR}/s3cfg
4957
S3CMD="python $(unpack_s3) --config=${S3CFG}"

0 commit comments

Comments
 (0)