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 fef05f0 commit 851aa64Copy full SHA for 851aa64
.evergreen/integration-tests.sh
@@ -117,6 +117,9 @@ case "$OS" in
117
if [ -f /opt/python/2.7/bin/python ]; then
118
# Python toolchain installation.
119
PYTHON=/opt/python/2.7/bin/python
120
+ elif [ "x$(lsb_release -cs)" = "xtrusty" -a -f /opt/mongodbtoolchain/v2/bin/python ]; then
121
+ # Python toolchain installation.
122
+ PYTHON=/opt/mongodbtoolchain/v2/bin/python
123
else
124
PYTHON=python
125
fi
0 commit comments