diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-12-14 19:52:41 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2019-01-30 21:10:29 -0500 |
commit | a285618a35742923e9e21fa2df4434406b121a4e (patch) | |
tree | 310d5610441d3b1e16941c23853b3f2bb9c638ff /jstests/libs | |
parent | c065df4a1dae7fe0b73d7a85d13ff2beb47b459d (diff) | |
download | mongo-a285618a35742923e9e21fa2df4434406b121a4e.tar.gz |
SERVER-36651 SERVER-36652 SERVER-37600 Upgrade to V3 toolchain and XCode 10 everywhere
Diffstat (limited to 'jstests/libs')
-rw-r--r-- | jstests/libs/python.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/libs/python.js b/jstests/libs/python.js index d220bda0c08..91a54252966 100644 --- a/jstests/libs/python.js +++ b/jstests/libs/python.js @@ -3,7 +3,7 @@ function getPython3Binary() { 'use strict'; - let cmd = '/opt/mongodbtoolchain/v2/bin/python3'; + let cmd = '/opt/mongodbtoolchain/v3/bin/python3'; if (_isWindows()) { const paths = ["c:/python36/python.exe", "c:/python/python36/python.exe"]; for (let p of paths) { |