Skip to content

Commit a737b26

Browse files
committed
print info about python exe used
1 parent 3b39c60 commit a737b26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/private/stage1_bootstrap_template.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ if [[ "$IS_ZIPFILE" == "1" ]]; then
128128
# The bin/ directory may not exist if it is empty.
129129
mkdir -p "$(dirname $python_exe)"
130130
ln -s "$symlink_to" "$python_exe"
131+
else
132+
set -x
133+
stat "$python_exe"
134+
ls -l $(dirname $python_exe)
135+
set +x
131136
fi
132137

133138
# At this point, we should have a valid reference to the interpreter.

0 commit comments

Comments
 (0)