summaryrefslogtreecommitdiff
path: root/jstests/libs/python.js
diff options
context:
space:
mode:
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) {