Skip to content

Commit

Permalink
Fix setup-centos8 script to use pip3.9 (facebookincubator#9536)
Browse files Browse the repository at this point in the history
Summary:
Use pip3.9 to install packages since python39-pip is installed.

Pull Request resolved: facebookincubator#9536

Reviewed By: Yuhta

Differential Revision: D56332732

Pulled By: xiaoxmeng

fbshipit-source-id: b78d034e81e6f3f8b8569a1e3cf5334f40de81c2
  • Loading branch information
majetideepak authored and Joe-Abraham committed Jun 7, 2024
1 parent 0874c79 commit cefb8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-centos8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cefb8dc

Please sign in to comment.