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 29597e6 commit e5ab274Copy full SHA for e5ab274
.evergreen/scripts/configure-env.sh
@@ -93,6 +93,12 @@ EOT
93
94
# If the toolchain is available, symlink binaries to the bin dir. This has to be done
95
# 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
+
102
_bin_path=""
103
if [ "Windows_NT" == "${OS:-}" ]; then
104
_bin_path="/cygdrive/c/Python/Current/Scripts"
0 commit comments