summaryrefslogtreecommitdiff
path: root/jstests/libs/python.js
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-12-14 19:52:41 -0500
committerAndrew Morrow <acm@mongodb.com>2019-01-30 21:10:29 -0500
commita285618a35742923e9e21fa2df4434406b121a4e (patch)
tree310d5610441d3b1e16941c23853b3f2bb9c638ff /jstests/libs/python.js
parentc065df4a1dae7fe0b73d7a85d13ff2beb47b459d (diff)
downloadmongo-a285618a35742923e9e21fa2df4434406b121a4e.tar.gz
SERVER-36651 SERVER-36652 SERVER-37600 Upgrade to V3 toolchain and XCode 10 everywhere
Diffstat (limited to 'jstests/libs/python.js')
-rw-r--r--jstests/libs/python.js2
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) {