summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-04-08 15:28:55 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-04-08 15:51:22 -0400
commit8eae618a76e8a454e491f1a7ebaf6e66a229798e (patch)
treef63a34fc47c01d5e041745354b72027ca31ef2a4 /etc/system_perf.yml
parent25211c43506ae212b20e830654a80d96e2a73bea (diff)
downloadmongo-8eae618a76e8a454e491f1a7ebaf6e66a229798e.tar.gz
SERVER-32295 Remove references to Python 2
Diffstat (limited to 'etc/system_perf.yml')
-rw-r--r--etc/system_perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 81a3eee9fb0..6b8fe080df1 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -85,7 +85,7 @@ functions:
/opt/mongodbtoolchain/v3/bin/virtualenv --python /opt/mongodbtoolchain/v3/bin/python2 "${workdir}/venv"
source "${workdir}/compile_venv/bin/activate"
- python2 -m pip install -r etc/pip/compile-requirements.txt
+ python -m pip install -r etc/pip/compile-requirements.txt
- command: shell.exec
params: