Skip to content

Commit 851aa64

Browse files
committed
CDRIVER-4156 use Python from toolchain on Ubuntu 14.04 Evergreen hosts
1 parent fef05f0 commit 851aa64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/integration-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ case "$OS" in
117117
if [ -f /opt/python/2.7/bin/python ]; then
118118
# Python toolchain installation.
119119
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
120123
else
121124
PYTHON=python
122125
fi

0 commit comments

Comments
 (0)