From 171bf5025d8358b4dc692b3751675e42b1ebec9c Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Mon, 31 May 2021 22:04:07 +0530 Subject: SYS: New Software versions and OS-versions. This patch adds support for the following: DPDK - 20.05 OVS - 2.14 VPP - 21.01 Ubuntu - 20.04 Fedora - 33 JIRA: VINEPERF-645 Signed-off-by: Sridhar K. N. Rao Change-Id: I8810ef04d1beb7f3bb39fb3a1420d0b15dbfa395 --- systems/centos/prepare_python_env.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'systems/centos/prepare_python_env.sh') diff --git a/systems/centos/prepare_python_env.sh b/systems/centos/prepare_python_env.sh index 4f5c0065..bbc853b2 100755 --- a/systems/centos/prepare_python_env.sh +++ b/systems/centos/prepare_python_env.sh @@ -24,5 +24,6 @@ fi scl enable rh-python36 " virtualenv "$VSPERFENV_DIR" --python /opt/rh/rh-python36/root/usr/bin/python3 source "$VSPERFENV_DIR"/bin/activate +pip install -U pip pip install -r ../requirements.txt " -- cgit 1.2.3-korg