Skip to content

Commit e5ab274

Browse files
committed
debug
1 parent 29597e6 commit e5ab274

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen/scripts/configure-env.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ EOT
9393

9494
# If the toolchain is available, symlink binaries to the bin dir. This has to be done
9595
# after drivers-tools is cloned, since we might be using its binary dir.
96+
set -x
97+
ls /Library/Frameworks/Python.Framework/Versions/
98+
ls /Library/Frameworks/Python.Framework/Versions/Current
99+
ls /Library/Frameworks/Python.Framework/Versions/Current/bin
100+
exit 1
101+
96102
_bin_path=""
97103
if [ "Windows_NT" == "${OS:-}" ]; then
98104
_bin_path="/cygdrive/c/Python/Current/Scripts"

0 commit comments

Comments
 (0)