diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2019-04-08 15:28:55 -0400 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2019-04-08 15:51:22 -0400 |
commit | 8eae618a76e8a454e491f1a7ebaf6e66a229798e (patch) | |
tree | f63a34fc47c01d5e041745354b72027ca31ef2a4 /etc/system_perf.yml | |
parent | 25211c43506ae212b20e830654a80d96e2a73bea (diff) | |
download | mongo-8eae618a76e8a454e491f1a7ebaf6e66a229798e.tar.gz |
SERVER-32295 Remove references to Python 2
Diffstat (limited to 'etc/system_perf.yml')
-rw-r--r-- | etc/system_perf.yml | 2 |
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: |