From 6d28d6f4057fd04f5176d8117fa70f4030c4aa64 Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Tue, 5 Nov 2024 22:42:18 +0000 Subject: [PATCH] pip3 --- tests/scripts/fdb_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/fdb_build.sh b/tests/scripts/fdb_build.sh index 0f6a0ea4f..856a69618 100644 --- a/tests/scripts/fdb_build.sh +++ b/tests/scripts/fdb_build.sh @@ -138,7 +138,7 @@ elif [[ ${ID} == "rocky" ]]; then fi dnf install -y -q --allowerasing automake cmake curl dnf gcc git jemalloc-devel jq mono-devel patch perl python3-devel python3-pip rpm-build unzip - pip install --user virtualenv + pip3 install --user virtualenv make_openssl OPENSSL_FLAGS=' -DOPENSSL_ROOT_DIR=/usr/local/openssl/ '