We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7176625 commit c9cd538Copy full SHA for c9cd538
bin/compile
@@ -44,6 +44,14 @@ DEPLOY_SECRET=$(setting "DEPLOY_S3_SECRET")
44
PYTHON_LIB=${VENDOR}/python_lib
45
export PYTHONPATH=${PYTHON_LIB}:${PYTHONPATH:=""}
46
47
+echo "-----> debug"
48
+python --version
49
+ls ${ENV_DIR}
50
+env
51
+echo "> 2"
52
+unset PYTHONHOME
53
+python -m site
54
+
55
S3CMD_ARCHIVE=${VENDOR}/s3cmd.tar.gz
56
S3CFG=${VENDOR}/s3cfg
57
S3CMD="python $(unpack_s3) --config=${S3CFG}"
0 commit comments