From f9f0cf125018aead79aba0b5530bb57411992579 Mon Sep 17 00:00:00 2001 From: Deepak Majeti Date: Thu, 18 Apr 2024 18:32:00 -0400 Subject: [PATCH] Fix pip3 command to use pip3.9 --- scripts/setup-centos8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-centos8.sh b/scripts/setup-centos8.sh index 1a1157af5089..e3080297a3d8 100755 --- a/scripts/setup-centos8.sh +++ b/scripts/setup-centos8.sh @@ -61,7 +61,7 @@ function install_velox_deps_from_dnf { libdwarf-devel curl-devel libicu-devel bison flex libsodium-devel # install sphinx for doc gen - pip3 install sphinx sphinx-tabs breathe sphinx_rtd_theme + pip3.9 install sphinx sphinx-tabs breathe sphinx_rtd_theme } function install_conda {