From 6c0a9bd4e888a8404df21976a222ec14beca06bf Mon Sep 17 00:00:00 2001 From: Carl Raiden Worley Date: Thu, 6 Jan 2022 19:59:17 +0000 Subject: SERVER-62399 Use of v3 tooclhain virtualenv is a python2 environment --- etc/perf.yml | 1 - etc/system_perf.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/etc/perf.yml b/etc/perf.yml index f95036f33ef..309bda9bbe1 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -249,7 +249,6 @@ functions: set -o verbose /opt/mongodbtoolchain/v3/bin/virtualenv --python /opt/mongodbtoolchain/v3/bin/python3 "${workdir}/compile_venv" - /opt/mongodbtoolchain/v3/bin/virtualenv --python /opt/mongodbtoolchain/v3/bin/python2 "${workdir}/venv" source "${workdir}/compile_venv/bin/activate" python -m pip install -r etc/pip/compile-requirements.txt diff --git a/etc/system_perf.yml b/etc/system_perf.yml index a9fa6897454..8ab870beba5 100755 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -275,7 +275,6 @@ functions: set -o verbose /opt/mongodbtoolchain/v3/bin/virtualenv --python /opt/mongodbtoolchain/v3/bin/python3 "${workdir}/compile_venv" - /opt/mongodbtoolchain/v3/bin/virtualenv --python /opt/mongodbtoolchain/v3/bin/python2 "${workdir}/venv" source "${workdir}/compile_venv/bin/activate" python -m pip install -r etc/pip/compile-requirements.txt -- cgit v1.2.1